19 Mar
2010
19 Mar
'10
08:32
http://bugzilla.novell.com/show_bug.cgi?id=589394 http://bugzilla.novell.com/show_bug.cgi?id=589394#c2 --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2010-03-19 08:32:11 UTC --- @Staffan: For a temproary fix on your system you may add a script /usr/bin/emacs with the following content: #!/bin/bash # Possible values are nox, gtk, or x11 : ${EMACS_TOOLKIT:=gtk} exec -a ${0} ${0}-${EMACS_TOOLKIT} ${1+"$@"} but don't forget to run `chmod 755 /usr/bin/emacs' afterwards. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.