[macemacsjp-english 824] utf-8m + Transparency 3

Back to archive index

Seiji Zenitani zenit****@mac*****
Thu Jan 4 10:10:12 JST 2007


Folks,


1.

I have revised utf-8m.  The new one is compatible with emacs 23.
http://sourceforge.jp/projects/macemacsjp/files/


2.

We are preparing a new transparency patch.

http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/macemacsjp/transparency3/


New elisp syntax is similar to that of Meadow 3 (popular Win32 port  
of Emacs).  The argument should be an integer (0-100) or nil.  The  
'nil' is equivalent to '100' or opaque.

  (set-frame-parameter (selected-frame) 'alpha 80)
  (set-frame-parameter (selected-frame) 'alpha '(<active> [<inactive>]))
  (set-frame-parameter (selected-frame) 'alpha '(100 70))
  (set-frame-parameter (selected-frame) 'alpha '(nil 70))
  (set-frame-parameter (selected-frame) 'alpha nil)

  (set-alpha 80)
  (set-alpha '(<active> [<inactive>]))
  (set-alpha '(100 70))
  (set-alpha '(nil 70))
  (set-alpha nil)

  (setq frame-alpha-lower-limit 20)


Reports from {Linux/BSD + X.org} users are highly welcome.  If it  
works fine on non-proprietary platforms such as Linux/BSD, we can  
submit our patch to the emacs main developers, after emacs 22.1 will  
be released.


Best wishes,

Seiji




More information about the macemacsjp-english mailing list
Back to archive index