From christian.liesen at hfh.ch Sun Mar 1 16:57:24 2009 From: christian.liesen at hfh.ch (Christian Liesen) Date: Sun Mar 1 16:57:30 2009 Subject: [OS X Emacs] Newbie question: Aquamacs autoscroll in second, frame or buffer In-Reply-To: References: <20090227200004.ED0FF50EB8E@email> Message-ID: <9DDFA086-7A82-4C3A-9728-5A7B8F60F836@hfh.ch> Hi Stefan, works like a charme, many thanks for providing that snippet. I like Aquamacs as an editor, and now working with R feels just great. All the best wishes, Christian Am 28.02.2009 um 11:04 schrieb Stefan Strohmeier: > > Hi Christian, > > On 27 Feb 2009, at 12:04, Christian Liesen wrote: > > I began working with Aquamacs only last week and hope that someone > can > > point me to a solution for auto-scrolling other frames or buffers. > I'm > > lost. > > > > What I do is this: > > > > -- open Aquamacs > > -- open a file with R syntax in a first frame > > -- open a "New Buffer in New Frame", start R in that second frame > > > > Everything works fine except that the second frame with R does not > > autoscroll. In order to see the results of the commands I'm sending > > from the syntax frame, I always have to switch to the R frame, > scroll > > down to see the output, then go back again to the syntax frame. This > > is getting pretty tiresome over time. > > I use the following code to see the results of a data > object in the *R* buffer when a transcript buffer is > active: > > (setq comint-scroll-to-bottom-on-input t) > (setq comint-scroll-to-bottom-on-output t) > (setq comint-move-point-for-output t) > > For a better workflow you can try the following code. > It finds out whether you want to evaluate a marked > region or a line and binds it to just one shortcut. > > (defun my-ess-eval () > (interactive) > ;;(my-ess-start-R) > (if (and transient-mark-mode mark-active) > (call-interactively 'ess-eval-region) > (call-interactively 'ess-eval-line-and-step))) > > (add-hook 'ess-mode-hook > '(lambda() > (local-set-key [(shift return)] 'my-ess-eval))) > > > Hope that helps, > > Stefan Strohmeier > Universität Bayreuth > > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs@email.esm.psu.edu > http://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090301/a0d67b28/attachment.html From kaeufl at ira.uka.de Mon Mar 2 05:37:55 2009 From: kaeufl at ira.uka.de (=?ISO-8859-1?Q?Thomas_K=E4ufl?=) Date: Mon Mar 2 05:36:45 2009 Subject: [OS X Emacs] Aquamacs: Latex does not work In-Reply-To: <11D17BA9-948A-4D3A-A1DA-E8E466BEF0F6@gmail.com> References: <94416941-0181-4AF0-A354-D8D679B84BC6@ira.uka.de> <11D17BA9-948A-4D3A-A1DA-E8E466BEF0F6@gmail.com> Message-ID: <25E141A2-196F-4905-A171-D2FBC72C8110@ira.uka.de> Hi David, Am 27.02.2009 um 22:26 schrieb David Reitter: > Hi Thomas, > > On 27 Feb 2009, at 15:09, Thomas Käufl wrote: >> ... > > Aquamacs sets a few additional paths (to TeXLive) in case the user > hasn't set them. This is why you see additional paths. then, we are on a Mac, the (default) path should be /usr/texbin. As far as I know, texbin is a symbolic link made by Mac-Tex. > ... > What is the value of your `shell-file-name'? on the G5: echo $shell /bin/tcsh on the G4: [i10mac8:~] kaeufl% echo $shell /bin/tcsh [i10mac8:~] kaeufl% echo $SHELL /bin/bash > What is the value of $PATH when you start Terminal.app (without > starting another shell)? > The default login shell is essential here. The $PATH needs to be > correct there. > ... After starting a login shell on the G4: Welcome to Darwin! i10mac8:~ kaeufl$ echo $SHELL /bin/bash i10mac8:~ kaeufl$ echo $PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin i10mac8:~ kaeufl$ The same values are obtained on the G5 I hope this helps Thomas From david.reitter at gmail.com Mon Mar 2 07:39:27 2009 From: david.reitter at gmail.com (David Reitter) Date: Mon Mar 2 08:01:19 2009 Subject: [OS X Emacs] Aquamacs: Latex does not work In-Reply-To: <25E141A2-196F-4905-A171-D2FBC72C8110@ira.uka.de> References: <94416941-0181-4AF0-A354-D8D679B84BC6@ira.uka.de> <11D17BA9-948A-4D3A-A1DA-E8E466BEF0F6@gmail.com> <25E141A2-196F-4905-A171-D2FBC72C8110@ira.uka.de> Message-ID: On 2 Mar 2009, at 05:37, Thomas Käufl wrote: >> Aquamacs sets a few additional paths (to TeXLive) in case the user >> hasn't set them. This is why you see additional paths. > > then, we are on a Mac, the (default) path should be /usr/texbin. > As far as I know, texbin is a symbolic link made by Mac-Tex. The current nightly build (http://aquamacs.org/nightlies.shtml ) sets this as well. So, you may have more luck with that. Looking at the paths you sent me, it doesn't seem like your system is configured to have /usr/texbin in the PATH, at least not the G4. Thus, I wouldn't expect Aquamacs to look for anything there! -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090302/66882d9a/smime.bin From kaeufl at ira.uka.de Mon Mar 2 15:08:17 2009 From: kaeufl at ira.uka.de (=?ISO-8859-1?Q?Thomas_K=E4ufl?=) Date: Mon Mar 2 15:08:56 2009 Subject: [OS X Emacs] Aquamacs: Latex does not work In-Reply-To: References: <94416941-0181-4AF0-A354-D8D679B84BC6@ira.uka.de> <11D17BA9-948A-4D3A-A1DA-E8E466BEF0F6@gmail.com> <25E141A2-196F-4905-A171-D2FBC72C8110@ira.uka.de> Message-ID: <760F1C65-2986-41F0-A9E8-B0F6E1FBD63A@ira.uka.de> Hi David, Am 2. Mrz 2009 um 13:39 schrieb David Reitter: > ... > The current nightly build (http://aquamacs.org/nightlies.shtml ) > sets this as well. So, you may have more luck with that. Thank you for your help. Mentioning the login shell was the hint which put me on the right track. In /etc/profile I added the path to the TeX binaries, fired up Aquamacs (with my customizations) and processed a Latex file. It worked. (To be complete: First I removed the preferences of Terminal and logged out.) > Looking at the paths you sent me, it doesn't seem like your system > is configured to have /usr/texbin in the PATH, at least not the G4. > ... I had a problem with my Latex installation. In January I switched to Mac-Tex and as far as I remember everything worked. Later, I installed the most recent security update of Apple and a QuickTime update too. After that, all pathes to the Tex binaries were broken. I fixed that for the tc-shell (and forgot to use /usr/texbin). My installation of Aquamacs 1.6 could not process Latex files too. The reasons are unknown to me. Could (security) updates of Apple be a problem? Thomas From Peter_Dyballa at Web.DE Mon Mar 2 15:28:13 2009 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Mon Mar 2 15:30:34 2009 Subject: [OS X Emacs] Aquamacs: Latex does not work In-Reply-To: <760F1C65-2986-41F0-A9E8-B0F6E1FBD63A@ira.uka.de> References: <94416941-0181-4AF0-A354-D8D679B84BC6@ira.uka.de> <11D17BA9-948A-4D3A-A1DA-E8E466BEF0F6@gmail.com> <25E141A2-196F-4905-A171-D2FBC72C8110@ira.uka.de> <760F1C65-2986-41F0-A9E8-B0F6E1FBD63A@ira.uka.de> Message-ID: Am 02.03.2009 um 21:08 schrieb Thomas Käufl: > My installation of Aquamacs 1.6 could not process Latex files > too. The reasons are unknown to me. Could (security) updates > of Apple be a problem? Apple's security updates can destroy things: today, after installing SecUpd2009-001PPC, Crashreporter can't send its reports. And as before Dock crashes every time I launch Desktop Manager or CodeTek VirtualDesktop Lite. Another re-install of Mac OS X is waiting ... (without SecUpd2009-001PPC, because in Mac OS X there is no way back out such a faulty package) -- Mit friedvollen Grüßen Pete _o o o o _<< \\_/\_, \\_ \\_/\_, (*)/(*) (*) (*) (*) `- (*) From longhong1985 at gmail.com Fri Mar 6 02:08:09 2009 From: longhong1985 at gmail.com (long hong) Date: Fri Mar 6 02:29:46 2009 Subject: [OS X Emacs] AEmacser1.7 cannot show chinese punctuation? Message-ID: <930FE562-D91B-4614-8D1D-EC887192E99A@gmail.com> Today I had just updated my aquaemacs from ver1.6 to ver1.7 and found Chinese punctuations could not be shown even in internal tutorials written in Chinese. There is the picture: -------------- next part -------------- A non-text attachment was scrubbed... Name: Picture 1.zip Type: application/zip Size: 477126 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090306/144b9183/Picture1-0001.zip -------------- next part -------------- Would anyone like to help me to solve this? Thanks! From david.reitter at gmail.com Sat Mar 7 08:31:30 2009 From: david.reitter at gmail.com (David Reitter) Date: Sat Mar 7 08:31:39 2009 Subject: [OS X Emacs] AEmacser1.7 cannot show chinese punctuation? In-Reply-To: <930FE562-D91B-4614-8D1D-EC887192E99A@gmail.com> References: <930FE562-D91B-4614-8D1D-EC887192E99A@gmail.com> Message-ID: <0FC2EDF9-C77A-45AF-91CE-4916C0D8D127@gmail.com> Hello, I understand this worked for you in 1.6, correct? The CN-GB tutorial displays fine for me in 1.7. Please restart Aquamacs without customizations (Help -> Diagnose menu) and try again. Also, you can put the cursor before one of the punctuation signs and press C-u C-x =. That'll pop up a window outputting something like what I've pasted below. The contents would be interesting. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! character: ? (37027, #o110243, #x90a3, U+3002) charset: chinese-gb2312 (GB2312 Chinese simplified: ISO-IR-58.) code point: #x21 #x23 syntax: . which means: punctuation category: c:Chinese |:While filling, we can break a line at this character. buffer code: #x91 #xA1 #xA3 file code: #xA1 #xA3 (encoded by coding system chinese-iso-8bit-unix) display: by this font (glyph code) -apple-fang song-medium-r-normal--13-130-72-72-m-130- gb2312.1980-0 (#xA1A3) On Mar 6, 2009, at 2:08 AM, long hong wrote: > Today I had just updated my aquaemacs from ver1.6 to ver1.7 and > found Chinese punctuations could not be shown even in internal > tutorials written in Chinese. There is the picture: > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090307/7b323c3c/smime.bin From longhong1985 at gmail.com Sat Mar 7 10:08:29 2009 From: longhong1985 at gmail.com (long hong) Date: Sat Mar 7 10:08:39 2009 Subject: [OS X Emacs] AEmacser1.7 cannot show chinese punctuation? In-Reply-To: <0FC2EDF9-C77A-45AF-91CE-4916C0D8D127@gmail.com> References: <930FE562-D91B-4614-8D1D-EC887192E99A@gmail.com> <0FC2EDF9-C77A-45AF-91CE-4916C0D8D127@gmail.com> Message-ID: <503024DE-3A95-4C93-8106-2E4D7250FA2A@gmail.com> hi, I've restarted v1.7 using the item in the Diagnose menu. Unfortunately the problem remains for me... And I don't quite understand the contents popped up after using C-u C-x =. Is it a font problem? On Mar 7, 2009, at 9:31 PM, David Reitter wrote: > Hello, > I understand this worked for you in 1.6, correct? > > The CN-GB tutorial displays fine for me in 1.7. Please restart > Aquamacs without customizations (Help -> Diagnose menu) and try > again. Also, you can put the cursor before one of the punctuation > signs and press C-u C-x =. That'll pop up a window outputting > something like what I've pasted below. The contents would be > interesting. > > -- > http://aquamacs.org -- Aquamacs: Emacs on Mac OS X > http://aquamacs.org/donate -- Could we help you? Return the favor > and support the Aquamacs Project! > > > character: ? (37027, #o110243, #x90a3, U+3002) > charset: chinese-gb2312 (GB2312 Chinese simplified: ISO-IR-58.) > code point: #x21 #x23 > syntax: . which means: punctuation > category: c:Chinese |:While filling, we can break a line at this > character. > buffer code: #x91 #xA1 #xA3 > file code: #xA1 #xA3 (encoded by coding system chinese-iso-8bit-unix) > display: by this font (glyph code) > -apple-fang song-medium-r-normal--13-130-72-72-m-130- > gb2312.1980-0 (#xA1A3) > > > > > On Mar 6, 2009, at 2:08 AM, long hong wrote: > >> Today I had just updated my aquaemacs from ver1.6 to ver1.7 and >> found Chinese punctuations could not be shown even in internal >> tutorials written in Chinese. There is the picture: >> > > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs@email.esm.psu.edu > http://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx From david.reitter at gmail.com Sat Mar 7 10:14:30 2009 From: david.reitter at gmail.com (David Reitter) Date: Sat Mar 7 10:14:36 2009 Subject: [OS X Emacs] AEmacser1.7 cannot show chinese punctuation? In-Reply-To: <503024DE-3A95-4C93-8106-2E4D7250FA2A@gmail.com> References: <930FE562-D91B-4614-8D1D-EC887192E99A@gmail.com> <0FC2EDF9-C77A-45AF-91CE-4916C0D8D127@gmail.com> <503024DE-3A95-4C93-8106-2E4D7250FA2A@gmail.com> Message-ID: <8DA8293B-1C53-4A16-9BB6-7DDCE9160199@gmail.com> On Mar 7, 2009, at 10:08 AM, long hong wrote: > hi, I've restarted v1.7 using the item in the Diagnose menu. > Unfortunately the problem remains for me... And I don't quite > understand the contents popped up after using C-u C-x =. Is it a > font problem? Probably. Just compare the contents of that window or post them. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090307/f2dd6bc8/smime.bin From longhong1985 at gmail.com Sat Mar 7 10:28:54 2009 From: longhong1985 at gmail.com (long hong) Date: Sat Mar 7 10:29:17 2009 Subject: [OS X Emacs] AEmacser1.7 cannot show chinese punctuation? In-Reply-To: <8DA8293B-1C53-4A16-9BB6-7DDCE9160199@gmail.com> References: <930FE562-D91B-4614-8D1D-EC887192E99A@gmail.com> <0FC2EDF9-C77A-45AF-91CE-4916C0D8D127@gmail.com> <503024DE-3A95-4C93-8106-2E4D7250FA2A@gmail.com> <8DA8293B-1C53-4A16-9BB6-7DDCE9160199@gmail.com> Message-ID: Mine is as bellow: character: ? (37306, #o110672, #x91ba, U+FF1A) charset: chinese-gb2312 (GB2312 Chinese simplified: ISO-IR-58.) code point: #x23 #x3A syntax: . which means: punctuation category: A:Alpha-numeric characters of 2-byte character sets c:Chinese |:While filling, we can break a line at this character. buffer code: #x91 #xA3 #xBA file code: #xA3 #xBA (encoded by coding system chinese-iso-8bit-unix) display: by this font (glyph code) -apple-gb18030 bitmap-medium-r-normal--13-130-72-72-m-130- gb2312.1980-0 (#xA3BA) On Mar 7, 2009, at 11:14 PM, David Reitter wrote: > On Mar 7, 2009, at 10:08 AM, long hong wrote: > >> hi, I've restarted v1.7 using the item in the Diagnose menu. >> Unfortunately the problem remains for me... And I don't quite >> understand the contents popped up after using C-u C-x =. Is it a >> font problem? > > > Probably. Just compare the contents of that window or post them. > > > -- > http://aquamacs.org -- Aquamacs: Emacs on Mac OS X > http://aquamacs.org/donate -- Could we help you? Return the favor > and support the Aquamacs Project! From david.reitter at gmail.com Sat Mar 7 17:07:04 2009 From: david.reitter at gmail.com (David Reitter) Date: Sat Mar 7 17:07:15 2009 Subject: [OS X Emacs] AEmacser1.7 cannot show chinese punctuation? In-Reply-To: References: <930FE562-D91B-4614-8D1D-EC887192E99A@gmail.com> <0FC2EDF9-C77A-45AF-91CE-4916C0D8D127@gmail.com> <503024DE-3A95-4C93-8106-2E4D7250FA2A@gmail.com> <8DA8293B-1C53-4A16-9BB6-7DDCE9160199@gmail.com> Message-ID: <6351ABF7-3ECF-4BD4-BC41-648A0867F856@gmail.com> OK, Emacs chooses a different (the wrong) font to show this character with. For me, it is this: display: by this font (glyph code) -apple-fang song-medium-r-normal--12-120-72-72-m-120- gb2312.1980-0 (#xA3BA) Could you please start your Aquamacs like this: /Applications/Aquamacs\ Emacs/Aquamacs\ Emacs.app/Contents/MacOS/ Aquamacs\ Emacs -Q and see what the tutorial looks like (and the C-u C-x = output)? What's your system set up as? I.e. System Prefs, International, Languages - what's the first language? Chinese trad.? It's quite possible as well that your system doesn't have the Fang Song font installed... - David -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! On Mar 7, 2009, at 10:28 AM, long hong wrote: > Mine is as bellow: > > character: ? (37306, #o110672, #x91ba, U+FF1A) > charset: chinese-gb2312 (GB2312 Chinese simplified: ISO-IR-58.) > code point: #x23 #x3A > syntax: . which means: punctuation > category: A:Alpha-numeric characters of 2-byte character sets > c:Chinese > |:While filling, we can break a line at this character. > buffer code: #x91 #xA3 #xBA > file code: #xA3 #xBA (encoded by coding system chinese-iso-8bit-unix) > display: by this font (glyph code) > -apple-gb18030 bitmap-medium-r-normal--13-130-72-72-m-130- > gb2312.1980-0 (#xA3BA) > > On Mar 7, 2009, at 11:14 PM, David Reitter wrote: > >> On Mar 7, 2009, at 10:08 AM, long hong wrote: >> >>> hi, I've restarted v1.7 using the item in the Diagnose menu. >>> Unfortunately the problem remains for me... And I don't quite >>> understand the contents popped up after using C-u C-x =. Is it a >>> font problem? >> >> >> Probably. Just compare the contents of that window or post them. >> >> >> -- >> http://aquamacs.org -- Aquamacs: Emacs on Mac OS X >> http://aquamacs.org/donate -- Could we help you? Return the favor >> and support the Aquamacs Project! > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090307/775007a4/smime.bin From skip at pobox.com Sun Mar 8 22:28:04 2009 From: skip at pobox.com (skip@pobox.com) Date: Sun Mar 8 22:28:11 2009 Subject: [OS X Emacs] supercite divergence? Message-ID: <20090309022804.1293FE48134@montanaro.dyndns.org> After a long time using XEmacs, I decided to give Aquamacs Emacs a try a couple months ago hoping for better integration with the Mac user interface. It's been rough on occasion. Right now I'm trying to understand how supercite is different between the two versions of Emacs. It's not clear if anyone supports it anymore or if any attempts have been made to keep the GNU Emacs and XEmacs versions in sync. Given what I've seen since switching, I suspect not. On both versions of Emacs sc-version reports that it is version 3.1, but the GNU Emacs and XEmacs versions have different APIs (The Aquamacs/GNU Emacs version, though it uses (interactive) fails when used that way). Also, the version in Aquamacs Emacs (I assume in GNU Emacs 22.x as well) seems to never be able to determine a reasonable attribution and always prompts with "Anon". It doesn't display its attribution prompt in the minibuffer without refreshing the screen. (I suspect this might be an Aquamacs Emacs problem, but I can't tell since I don't run GNU Emacs proper.) I never had this sort of problem with the XEmacs version of supercite. Is there someone in either Emacs camp tasked with supercite maintenance? Which version changed but failed to modify its version number? Comparing the two versions of supercite.el it appears there are some functional differences between the two versions, but I'm in no way capable of deciding which differences are significant. Is there anyone independently maintaining supercite or do I just have to give up on it with versions of GNU Emacs? -- Skip Montanaro - skip@pobox.com - http://www.smontanaro.net/ From fusion at mx6.tiki.ne.jp Mon Mar 9 02:02:23 2009 From: fusion at mx6.tiki.ne.jp (Jean-Christophe Helary) Date: Mon Mar 9 02:02:30 2009 Subject: [OS X Emacs] collaborative editing Message-ID: Is there a relatively trivial way to do collaborative editing on Aquamacs on a bonjour or similar network ? Jean-Christophe Helary From yangguo47 at gmail.com Wed Mar 11 02:20:14 2009 From: yangguo47 at gmail.com (yang guo) Date: Wed Mar 11 02:46:13 2009 Subject: [OS X Emacs] commandline new frame vs new buffer Message-ID: <2e5fef940903102320p1b27bf8at19bc3a4529c77af2@mail.gmail.com> Hi all, Here's the behavior I'm looking for: When I run from the commandline: open -a "Aquamacs Emacs" somefile I'd like to open somefile in a new frame. When I am already in emacs and hit C-x C-f: I'd like to open somefile in a new buffer in the current frame. How can this be accomplished? I don't know what the hook is to distinguish between a commandline open file and in-emacs open file. Thanks for the help. Once again, really enjoying Aquamacs. yang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090310/cf6eef60/attachment.html From stefan.strohmeier at gmx.de Thu Mar 12 09:41:55 2009 From: stefan.strohmeier at gmx.de (Stefan Strohmeier) Date: Thu Mar 12 09:42:10 2009 Subject: [OS X Emacs] auto-close pairs/skeleton-pair and German keyboard layout Message-ID: <49B91123.7010804@gmx.de> Dear all, I inserted the above code into preferences.el in order to autoclose brackets and quotes. Since I use a Mac German keyboard layout I cannot insert [] and {} in this manner. When I switch the keyboard layout to standard Mac characters I can insert all pairs in the desired manner. Is there a way to modify the keybindings without having to switch to another keyboard layout? I would like to use OPTION-8 for {} and OPTION-5 for [] in all modes. How can this be done? I am using Mac OS X 10.4.11 and Aquamacs 1.7. regards, Stefan ;; ======= Auto Complete ======== ;; enable skeleton-pair insert globally (setq skeleton-pair t) ;;(setq skeleton-pair-on-word t) (global-set-key "(" 'skeleton-pair-insert-maybe) (global-set-key "[" 'skeleton-pair-insert-maybe) (global-set-key "{" 'skeleton-pair-insert-maybe) (global-set-key "\"" 'skeleton-pair-insert-maybe) (global-set-key "'" 'skeleton-pair-insert-maybe) From kaeufl at ira.uka.de Thu Mar 12 18:06:02 2009 From: kaeufl at ira.uka.de (=?ISO-8859-1?Q?Thomas_K=E4ufl?=) Date: Thu Mar 12 18:06:42 2009 Subject: [OS X Emacs] auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: <49B91123.7010804@gmx.de> References: <49B91123.7010804@gmx.de> Message-ID: <88E286DA-A725-4924-8F7A-AF37CD1F994C@ira.uka.de> Hi, Am 12. Mrz 2009 um 14:41 schrieb Stefan Strohmeier: > ... > Is there a way to modify the keybindings without having > to switch to another keyboard layout? I would like to > use OPTION-8 for {} and OPTION-5 for [] in all modes. > How can this be done? > ... have a look into table of contents of the "Aquamacs Help". There is a section "In Depth: The Aquamacs Interface" having "Options" as subsection. The input of braces and brackets on non-English keyboards is explained there. Regards Thomas Käufl From christian.liesen at hfh.ch Thu Mar 12 19:19:29 2009 From: christian.liesen at hfh.ch (Christian Liesen) Date: Thu Mar 12 19:46:30 2009 Subject: [OS X Emacs] auto-close pairs/skeleton-pair and German keyboardlayout In-Reply-To: References: Message-ID: Hi Stefan, since you are on a Mac, you might want to consider AutoPairs by James W. Walker, available from www.jwwalker.com/pages/autopairs.html. It sits in your preferences and provides customisable pairs such as brackets, braces and quotes. It works nicely with Aquamacs. This is no real Aquamacs solution, of course, sorry for that, but maybe you will still find it helpful. Otherwise, Thomas has pointed out where to look. Best, Christian Am 12.03.2009 um 14:42 schrieb Stefan Strohmeier: > Dear all, > > I inserted the above code into preferences.el in order > to autoclose brackets and quotes. Since I use a Mac > German keyboard layout I cannot insert [] and {} in > this manner. When I switch the keyboard layout to > standard Mac characters I can insert all pairs in the > desired manner. > > Is there a way to modify the keybindings without having > to switch to another keyboard layout? I would like to > use OPTION-8 for {} and OPTION-5 for [] in all modes. > > How can this be done? > > I am using Mac OS X 10.4.11 and Aquamacs 1.7. > > regards, > Stefan > > ;; ======= Auto Complete ======== > ;; enable skeleton-pair insert globally > (setq skeleton-pair t) > ;;(setq skeleton-pair-on-word t) > (global-set-key "(" 'skeleton-pair-insert-maybe) > (global-set-key "[" 'skeleton-pair-insert-maybe) > (global-set-key "{" 'skeleton-pair-insert-maybe) > (global-set-key "\"" 'skeleton-pair-insert-maybe) > (global-set-key "'" 'skeleton-pair-insert-maybe) > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090313/09b3baeb/attachment.html From stefan.strohmeier at gmx.de Sat Mar 14 08:33:10 2009 From: stefan.strohmeier at gmx.de (Stefan Strohmeier) Date: Sat Mar 14 08:33:20 2009 Subject: [OS X Emacs] Re: auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: <20090313190004.0E2B9558E24@email> References: <20090313190004.0E2B9558E24@email> Message-ID: <49BBA406.6010900@gmx.de> Hi Thomas, Hi Christian, thanks for your help. I installed AutoPairs and it works just fine. It's very convenient since the AutoPair functionality is available in other programs. I like it. Regards, Stefan From brauer at nordakademie.de Mon Mar 16 15:49:11 2009 From: brauer at nordakademie.de (Johannes Brauer) Date: Mon Mar 16 16:09:17 2009 Subject: [OS X Emacs] Re: auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: <49BBA406.6010900@gmx.de> References: <20090313190004.0E2B9558E24@email> <49BBA406.6010900@gmx.de> Message-ID: Hi, I installed AutoPairs, too. I works in any application exept in Aquamacs. Typing ( for example I get ()) - 2 closing parentheses. The same happens with braces and square brackets. Johannes Am 14.03.2009 um 13:33 schrieb Stefan Strohmeier: > Hi Thomas, Hi Christian, > > thanks for your help. > I installed AutoPairs and it works just fine. It's very convenient > since the AutoPair functionality is available in other programs. > I like it. > > Regards, > Stefan > > > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs@email.esm.psu.edu > http://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx From david.reitter at gmail.com Mon Mar 16 16:33:36 2009 From: david.reitter at gmail.com (David Reitter) Date: Mon Mar 16 16:57:33 2009 Subject: [OS X Emacs] Re: auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: References: <20090313190004.0E2B9558E24@email> <49BBA406.6010900@gmx.de> Message-ID: <495349BB-8EEB-4E24-8A7E-4D7D0C3EEC77@gmail.com> On Mar 16, 2009, at 3:49 PM, Johannes Brauer wrote: > I installed AutoPairs, too. I works in any application exept in > Aquamacs. Typing ( for example I get ()) - 2 closing parentheses. > The same happens with braces and square brackets. I reproduce. However, this is not the case for non-emulated keyboard layouts, nor for Cocoa Aquamacs (based on Emacs 23), which can be downloaded as an early test version here (please do not distribute or announce anywhere): http://braeburn.aquamacs.org/23/ [This is work-in-progress.] -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090316/a8196496/smime.bin From brauer at nordakademie.de Wed Mar 18 04:36:37 2009 From: brauer at nordakademie.de (Johannes Brauer) Date: Wed Mar 18 04:37:11 2009 Subject: [OS X Emacs] Re: auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: <495349BB-8EEB-4E24-8A7E-4D7D0C3EEC77@gmail.com> References: <20090313190004.0E2B9558E24@email> <49BBA406.6010900@gmx.de> <495349BB-8EEB-4E24-8A7E-4D7D0C3EEC77@gmail.com> Message-ID: Am 16.03.2009 um 21:33 schrieb David Reitter: > On Mar 16, 2009, at 3:49 PM, Johannes Brauer wrote: > >> I installed AutoPairs, too. I works in any application exept in >> Aquamacs. Typing ( for example I get ()) - 2 closing parentheses. >> The same happens with braces and square brackets. > > I reproduce. However, this is not the case for non-emulated > keyboard layouts, nor for Cocoa Aquamacs (based on Emacs 23), which > can be downloaded as an early test version here (please do not > distribute or announce anywhere): > > http://braeburn.aquamacs.org/23/ [This is work-in-progress.] I will give it a try thanks Johannes From karim.ali at epfl.ch Wed Mar 18 10:41:43 2009 From: karim.ali at epfl.ch (Karim) Date: Wed Mar 18 10:45:07 2009 Subject: [OS X Emacs] Configure Hard Wrap Option Message-ID: Hi, I have been a long time user of TexShop for editing TEX files. A friend of mine recently suggested I use Aquamacs as it can do TEX and much more... I am trying to set the default width (number of characters) for the Hard Wrap Option and I have no clue whatsoever how to do this or even if it is possible. It seems it is currently set at 73 and I would like it to be 80... Any suggestion is welcome. Karim From Peter_Dyballa at Web.DE Wed Mar 18 10:49:52 2009 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Wed Mar 18 10:50:04 2009 Subject: [OS X Emacs] Configure Hard Wrap Option In-Reply-To: References: Message-ID: <40CF9F00-40F6-4479-9FEF-329527E19EA2@Web.DE> Am 18.03.2009 um 15:41 schrieb Karim: > It seems it is currently set at 73 and I would like it to be 80... The name of the variable is fill-column. I wouldn't care for its value ... -- Greetings Pete One doesn't expect governments to obey the law because of some higher moral development. One expects them to obey the law because they know that if they don't, those who aren't shot will be hanged. ? Michael Shirley From david.reitter at gmail.com Wed Mar 18 11:05:21 2009 From: david.reitter at gmail.com (David Reitter) Date: Wed Mar 18 11:05:55 2009 Subject: [OS X Emacs] Configure Hard Wrap Option In-Reply-To: References: Message-ID: <80465A43-8872-4DC6-8D4A-5018162C7112@gmail.com> On Mar 18, 2009, at 10:41 AM, Karim wrote: > I am trying to set the default width (number of characters) for the > Hard Wrap > Option and I have no clue whatsoever how to do this or even if it is > possible. > It seems it is currently set at 73 and I would like it to be 80... Move cursor to desired column, Type C-x f RET to set it. To save this setting, use the customization interface, customizing the option `fill-column'. Unless you are collaborating with others who need hard wrapping, I would recommend against using it. Use soft-wrapping instead for greater flexibility and less work reformatting (M-q) while writing. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090318/83f06258/smime.bin From karim.ali at epfl.ch Wed Mar 18 14:06:00 2009 From: karim.ali at epfl.ch (Karim) Date: Wed Mar 18 14:06:16 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option References: <80465A43-8872-4DC6-8D4A-5018162C7112@gmail.com> Message-ID: David Reitter gmail.com> writes: > > Unless you are collaborating with others who need hard wrapping, I > would recommend against using it. Use soft-wrapping instead for > greater flexibility and less work reformatting (M-q) while writing. That is exactly why I need the hard wrapping. In general, how can I find out where all these options are? There does not seem to be one good place with solid doc. For instance, I would like to configure aquamacs to work with svn...I don't know where to start.. From cmenzel at tamu.edu Wed Mar 18 14:33:07 2009 From: cmenzel at tamu.edu (Christopher Menzel) Date: Wed Mar 18 14:33:11 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: References: <80465A43-8872-4DC6-8D4A-5018162C7112@gmail.com> Message-ID: On Mar 18, 2009, at 1:06 PM, Karim wrote: > David Reitter gmail.com> writes: > >> >> Unless you are collaborating with others who need hard wrapping, I >> would recommend against using it. Use soft-wrapping instead for >> greater flexibility and less work reformatting (M-q) while writing. > > That is exactly why I need the hard wrapping. I too, but I also just like having my window wider than the right margin of my paragraphs. (Is there a way to have that with soft wrapping? I suspect that the answer might be "No" simply as a matter of definition...) > In general, how can I find out where all these options are? To get hard word wrapping by default put (add-hook 'text-mode-hook 'turn-on-auto-fill) in ~/Library/Preferences/Aquamacs Emacs/Preferences.el . To set your desired max line length: M-x customize-variable fill-column . Chris Menzel From david.reitter at gmail.com Wed Mar 18 14:47:23 2009 From: david.reitter at gmail.com (David Reitter) Date: Wed Mar 18 14:47:30 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: References: <80465A43-8872-4DC6-8D4A-5018162C7112@gmail.com> Message-ID: <49793D42-7A50-4001-9E7B-348FAB236455@gmail.com> On Mar 18, 2009, at 2:33 PM, Christopher Menzel wrote: > I too, but I also just like having my window wider than the right > margin of my paragraphs. (Is there a way to have that with soft > wrapping? I suspect that the answer might be "No" simply as a > matter of definition...) Exactly, no. Could be done with some C hacking of course, but why would you want this? Thanks for answering the other questions. Karim, note that such things are shared between Emacs and Aquamacs, so you can just consult the Emacs documentation (Help menu), or use the Emacs Wiki or google it. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090318/f2a0f710/smime.bin From pdfinn at uwm.edu Wed Mar 18 16:14:18 2009 From: pdfinn at uwm.edu (pdfinn@uwm.edu) Date: Wed Mar 18 17:24:02 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: References: <80465A43-8872-4DC6-8D4A-5018162C7112@gmail.com> Message-ID: At Wed, 18 Mar 2009 18:06:00 +0000, Karim wrote: > where all these options are? There does not seem to be one good place with solid > doc. For instance, I would like to configure aquamacs to work with svn...I don't > know where to start.. > To browse the full list of customizable options sorted by group try M-x customize . To look for something specific, you might also try M-x customize-apropos and supply a search term which Emacs will match against customizable settings. The general documentation may be browsed through Emacs' Info interface M-x info or C-h i. There is a section documenting version control. To get there in a hurry you can use a similar apropos command: M-x info-apropos svn then just click on the link that looks promising. Peter From xahlee at gmail.com Wed Mar 18 17:39:19 2009 From: xahlee at gmail.com (xah lee) Date: Wed Mar 18 18:54:07 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: References: <80465A43-8872-4DC6-8D4A-5018162C7112@gmail.com> Message-ID: Try Meta+longlines-mode. That gives you soft wrapping. Note: as of now it's kinda buggy. My experiences is that sometimes if you paste something long, it screws up, or if you call some command that transform the selected region. I think no softwrap or visual margin is a major usability problem of emacs. I think aquamacs emacs did a great emacs modenization job, somehow it missed this one. ? The Modernization of Emacs http://xahlee.org/emacs/modernization.html Xah ? http://xahlee.org/ ? 2009/3/18 Karim > David Reitter gmail.com> writes: > > > > > Unless you are collaborating with others who need hard wrapping, I > > would recommend against using it. Use soft-wrapping instead for > > greater flexibility and less work reformatting (M-q) while writing. > > That is exactly why I need the hard wrapping. In general, how can I find > out > where all these options are? There does not seem to be one good place with > solid > doc. For instance, I would like to configure aquamacs to work with svn...I > don't > know where to start.. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090318/805e09f5/attachment.html From david.reitter at gmail.com Wed Mar 18 19:20:22 2009 From: david.reitter at gmail.com (David Reitter) Date: Wed Mar 18 19:26:22 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: References: <80465A43-8872-4DC6-8D4A-5018162C7112@gmail.com> Message-ID: On Mar 18, 2009, at 5:39 PM, xah lee wrote: > Try Meta+longlines-mode. > > That gives you soft wrapping. Note: as of now it's kinda buggy. My > experiences is that sometimes if you paste something long, it screws > up, or if you call some command that transform the selected region. Folks, I recommend against the use of longlines-mode for the very reason that it is buggy and ill-designed. In a modern Emacs such as Aquamacs (or also in CVS builds of Emacs 23), use the built-in soft-wrapping (available via the Options menu, right at the top). > I think no softwrap or visual margin is a major usability problem of > emacs. I think aquamacs emacs did a great emacs modenization job, > somehow it missed this one. Somehow, it didn't miss it. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090318/ed0d8458/smime.bin From xahlee at gmail.com Wed Mar 18 19:52:35 2009 From: xahlee at gmail.com (xahlee@gmail.com) Date: Wed Mar 18 19:52:40 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: Message-ID: <0016364c6375c0e9da04656d6056@google.com> Xah wrote: > somehow it missed this one. [soft wrap or display margin] On Mar 18, 2009 4:20pm, David Reitter wrote: > Somehow, it didn't miss it. LOL. Good. (^_^) Xah ? http://xahlee.org/ ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090318/538691a3/attachment.html From xahlee at gmail.com Wed Mar 18 20:13:51 2009 From: xahlee at gmail.com (xahlee@gmail.com) Date: Wed Mar 18 20:13:56 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: Message-ID: <00163645825ac399c104656dacfe@google.com> Xah wrote: >> somehow it missed this one. [soft wrap or display margin] > On Mar 18, 2009 4:20pm, David Reitter wrote: >> Somehow, it didn't miss it. > LOL. Good. (^_^) wait, i replied too fast. Aquamacs emacs actually does not support display margin, which i think is the original poster wanted. In aquamacs emacs, if you have a long line say 3000 chars, and you turn on ?Soft Word Wrap? under ?Options?. Then, drag your window to wide, you'll see that the line keeps going from left window border to right window border. That is, there is no right margin. longlines-mode, effectively introduces right margin. Buggy and the way its done is a hack. Possibly emacs will need to introduce the concept of margins in its display system. I just looked at XCode. Apparently it doesn't have margin neither. I looked at Eclisp, apparently no. Nor TextWrangler/BBEdit. I wonder if TextMate support it, or MS Visual Studio. (note: all word processors support margins. TextEdit also does if you are in rich text mode.) Xah ? http://xahlee.org/ ? On Mar 18, 2009 4:20pm, David Reitter wrote: > On Mar 18, 2009, at 5:39 PM, xah lee wrote: > Try Meta+longlines-mode. > That gives you soft wrapping. Note: as of now it's kinda buggy. My > experiences is that sometimes if you paste something long, it screws up, > or if you call some command that transform the selected region. > Folks, I recommend against the use of longlines-mode for the very reason > that it is buggy and ill-designed. > In a modern Emacs such as Aquamacs (or also in CVS builds of Emacs 23), > use the built-in soft-wrapping (available via the Options menu, right at > the top). > I think no softwrap or visual margin is a major usability problem of > emacs. I think aquamacs emacs did a great emacs modenization job, > somehow it missed this one. > Somehow, it didn't miss it. > -- > http://aquamacs.org -- Aquamacs: Emacs on Mac OS X > http://aquamacs.org/donate -- Could we help you? Return the favor and > support the Aquamacs Project! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090319/ffc23bf9/attachment.html From david.reitter at gmail.com Wed Mar 18 21:31:01 2009 From: david.reitter at gmail.com (David Reitter) Date: Wed Mar 18 21:31:13 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: <00163645825ac399c104656dacfe@google.com> References: <00163645825ac399c104656dacfe@google.com> Message-ID: <88AD7D8B-2A5B-4D49-A057-4EB1B29DA5F0@gmail.com> On Mar 18, 2009, at 8:13 PM, xahlee@gmail.com wrote: > In aquamacs emacs, if you have a long line say 3000 chars, and you > turn on ?Soft Word Wrap? under ?Options?. Then, drag your window to > wide, you'll see that the line keeps going from left window border > to right window border. That is, there is no right margin. > > longlines-mode, effectively introduces right margin. Buggy and the > way its done is a hack. Possibly emacs will need to introduce the > concept of margins in its display system. > > I just looked at XCode. Apparently it doesn't have margin neither. I > looked at Eclisp, apparently no. Nor TextWrangler/BBEdit. I wonder > if TextMate support it, or MS Visual Studio. (note: all word > processors support margins. TextEdit also does if you are in rich > text mode.) I fail to see what the purpose of such a margin would be. If a user thinks the formatting is too wide, then they can make the window smaller, or press Command-+ to enlarge the font (zoom). -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090318/e09cba57/smime.bin From hindiogine at gmail.com Wed Mar 18 23:09:19 2009 From: hindiogine at gmail.com (Salvatore Enrico Indiogine) Date: Wed Mar 18 23:36:42 2009 Subject: [OS X Emacs] Re: auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: References: <20090313190004.0E2B9558E24@email> <49BBA406.6010900@gmx.de> <495349BB-8EEB-4E24-8A7E-4D7D0C3EEC77@gmail.com> Message-ID: <62622fe70903182009r1c434b2creb3696cfb2111207@mail.gmail.com> Johannas, can this version of Aquamacs be installed alongside the stable version of Aquamacs? I would like to try it out, but do not want to clobber my Aquamacs 1.7 installation. BTW, I love Aquamacs. My only wish would be to have the imaxima package included. See http://members3.jcom.home.ne.jp/imaxima/Site/Welcome.html Danke, Enrico 2009/3/18 Johannes Brauer : >> I reproduce.  However, this is not the case for non-emulated keyboard >> layouts, nor for Cocoa Aquamacs (based on Emacs 23), which can be downloaded >> as an early test version here (please do not distribute or announce >> anywhere): >> >> http://braeburn.aquamacs.org/23/   [This is work-in-progress.] -- Enrico Indiogine Mathematics Education Texas A&M University Email: hindiogine@gmail.com Skype: hindiogine Website: http://www.coe.tamu.edu/~enrico "On ne voit bien qu'avec le coeur. L'essentiel est invisible pour les yeux." Saint-Exupéry From brauer at nordakademie.de Thu Mar 19 03:33:01 2009 From: brauer at nordakademie.de (Johannes Brauer) Date: Thu Mar 19 03:33:31 2009 Subject: [OS X Emacs] Re: auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: <62622fe70903182009r1c434b2creb3696cfb2111207@mail.gmail.com> References: <20090313190004.0E2B9558E24@email> <49BBA406.6010900@gmx.de> <495349BB-8EEB-4E24-8A7E-4D7D0C3EEC77@gmail.com> <62622fe70903182009r1c434b2creb3696cfb2111207@mail.gmail.com> Message-ID: Am 19.03.2009 um 04:09 schrieb Salvatore Enrico Indiogine: > Johannas, can this version of Aquamacs be installed alongside the > stable version of Aquamacs? I would like to try it out, but do not > want to clobber my Aquamacs 1.7 installation. until now, I havn't seen any problems. Admittedly, my Preferences.el is'nt evaluated automatically. But doing this manually is only little effort. Johannes > > > BTW, I love Aquamacs. My only wish would be to have the imaxima > package included. See > http://members3.jcom.home.ne.jp/imaxima/Site/Welcome.html looks very nice, but ... > > > Danke, > Enrico > > 2009/3/18 Johannes Brauer : >>> I reproduce. However, this is not the case for non-emulated >>> keyboard >>> layouts, nor for Cocoa Aquamacs (based on Emacs 23), which can be >>> downloaded >>> as an early test version here (please do not distribute or announce >>> anywhere): >>> >>> http://braeburn.aquamacs.org/23/ [This is work-in-progress.] > > > > -- > Enrico Indiogine > > Mathematics Education > Texas A&M University > > Email: hindiogine@gmail.com > Skype: hindiogine > Website: http://www.coe.tamu.edu/~enrico > > "On ne voit bien qu'avec le coeur. L'essentiel est invisible pour > les yeux." > Saint-Exupéry > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs@email.esm.psu.edu > http://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx From Peter_Dyballa at Web.DE Thu Mar 19 05:21:46 2009 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Thu Mar 19 05:21:56 2009 Subject: [OS X Emacs] Re: auto-close pairs/skeleton-pair and German keyboard layout In-Reply-To: <62622fe70903182009r1c434b2creb3696cfb2111207@mail.gmail.com> References: <20090313190004.0E2B9558E24@email> <49BBA406.6010900@gmx.de> <495349BB-8EEB-4E24-8A7E-4D7D0C3EEC77@gmail.com> <62622fe70903182009r1c434b2creb3696cfb2111207@mail.gmail.com> Message-ID: Am 19.03.2009 um 04:09 schrieb Salvatore Enrico Indiogine: > Johannas, can this version of Aquamacs be installed alongside the > stable version of Aquamacs? From using self-compiled versions of Emacs.app (GNU Emacs 23.0.91) it is no problem to have a few versions (23.0.90, from last week) around and use this or that exemplar ... -- Greetings Pete Klingons do not believe in indentation - except perhaps in the skulls of their project managers. From xahlee at gmail.com Thu Mar 19 21:23:57 2009 From: xahlee at gmail.com (xah lee) Date: Fri Mar 20 00:50:11 2009 Subject: [OS X Emacs] Re: Configure Hard Wrap Option In-Reply-To: <88AD7D8B-2A5B-4D49-A057-4EB1B29DA5F0@gmail.com> References: <00163645825ac399c104656dacfe@google.com> <88AD7D8B-2A5B-4D49-A057-4EB1B29DA5F0@gmail.com> Message-ID: it's useful to me for example, sometimes i work with plain text such as essays or novels (e.g. http://www.gutenberg.org/ ). So, when working with files such as plain text novel, the line going from window border to border is hard to read. I could make it shorter by changing my window to smaller width, but then that effects all other buffers. this is more easily seen with websites and browses. Many tech geeker's personal sites don't have good css and the lines goes from window border to border. If you narrow the window, then all the pages in other tabs becomes unreadable. (e.g. http://angg.twu.net/eev-article.html http://common-lisp.net/~dlw/LispSurvey.html ) in both cases, a solution is just to create a new window. This is not optimal solution because then you start to open many windows each with a particular width. i think word processor's margin concept is a good one here. In emacs, we might create a display-margin-left and display-margin-right, both being buffer local. For example, BBEdit/TextWrangler support display margins. You have to turn it on in Preference panel. (my previous post on this was wrong.) Xah ? http://xahlee.org/ ? 2009/3/18 David Reitter > On Mar 18, 2009, at 8:13 PM, xahlee@gmail.com wrote: > >> In aquamacs emacs, if you have a long line say 3000 chars, and you turn on >> ?Soft Word Wrap? under ?Options?. Then, drag your window to wide, you'll see >> that the line keeps going from left window border to right window border. >> That is, there is no right margin. >> >> longlines-mode, effectively introduces right margin. Buggy and the way its >> done is a hack. Possibly emacs will need to introduce the concept of margins >> in its display system. >> >> I just looked at XCode. Apparently it doesn't have margin neither. I >> looked at Eclisp, apparently no. Nor TextWrangler/BBEdit. I wonder if >> TextMate support it, or MS Visual Studio. (note: all word processors support >> margins. TextEdit also does if you are in rich text mode.) >> > > I fail to see what the purpose of such a margin would be. > If a user thinks the formatting is too wide, then they can make the window > smaller, or press Command-+ to enlarge the font (zoom). > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090319/7ec772ea/attachment.html From d.stegmueller at gmail.com Fri Mar 20 10:15:38 2009 From: d.stegmueller at gmail.com (Daniel Stegmueller) Date: Fri Mar 20 10:39:38 2009 Subject: [OS X Emacs] Enable flyspell permanently Message-ID: Dear list, sorry for this rather primitive question, but beyond ESS and Auctex I never delved deeper into the mysteries of Emacs/Lisp.... Is there a way to permanently enable flyspell for text (or tex) modes? Thanks, Daniel From pdfinn at uwm.edu Fri Mar 20 11:22:25 2009 From: pdfinn at uwm.edu (pdfinn@uwm.edu) Date: Fri Mar 20 11:46:02 2009 Subject: [OS X Emacs] Enable flyspell permanently In-Reply-To: References: Message-ID: At Fri, 20 Mar 2009 14:15:38 +0000, Daniel Stegmueller wrote: > > [1 ] > Dear list, > > sorry for this rather primitive question, but beyond ESS and Auctex I > never delved deeper into the mysteries of Emacs/Lisp.... > > Is there a way to permanently enable flyspell for text (or tex) modes? > > Thanks, > Daniel > For text mode try adding (add-hook 'text-mode-hook 'turn-on-flyspell) for TeX (add-hook 'LaTeX-mode-hook 'turn-on-flyspell) to your .emacs file. You can also set these variables through the customization facility: try M-x customize-apropos text-mode-hook Peter From d.stegmueller at gmail.com Fri Mar 20 11:59:59 2009 From: d.stegmueller at gmail.com (Daniel Stegmueller) Date: Fri Mar 20 12:00:06 2009 Subject: [OS X Emacs] Enable flyspell permanently In-Reply-To: References: Message-ID: Peter, well that was embarrassingly simple. Thanks! Daniel On 20 Mar 2009, at 15:22, wrote: > At Fri, 20 Mar 2009 14:15:38 +0000, > Daniel Stegmueller wrote: >> >> [1 ] >> Dear list, >> >> sorry for this rather primitive question, but beyond ESS and Auctex I >> never delved deeper into the mysteries of Emacs/Lisp.... >> >> Is there a way to permanently enable flyspell for text (or tex) >> modes? >> >> Thanks, >> Daniel >> > > For text mode try adding (add-hook 'text-mode-hook 'turn-on-flyspell) > for TeX (add-hook 'LaTeX-mode-hook 'turn-on-flyspell) to your .emacs > file. > > You can also set these variables through the customization facility: > try > M-x customize-apropos text-mode-hook > > Peter > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs@email.esm.psu.edu > http://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx "I am sorry, Sir, I won't be able to help you on account of the fact that I am fashioned entirely from colourful wool". From jwise at draga.com Fri Mar 20 11:43:50 2009 From: jwise at draga.com (Jim Wise) Date: Fri Mar 20 12:04:37 2009 Subject: [OS X Emacs] Enable flyspell permanently In-Reply-To: (Daniel Stegmueller's message of "Fri\, 20 Mar 2009 14\:15\:38 +0000") References: Message-ID: <87ab7gurm1.fsf@gondolin.draga.com> Daniel Stegmueller writes: > Dear list, > > sorry for this rather primitive question, but beyond ESS and Auctex I never > delved deeper into the mysteries of Emacs/Lisp.... > > Is there a way to permanently enable flyspell for text (or tex) modes? I use: (add-hook 'text-mode-hook 'flyspell-mode) in Preferences/el / init.el. -- Jim Wise jwise@draga.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 184 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090320/cadefb9f/attachment.bin From nathaniel.cunningham at gmail.com Fri Mar 20 11:19:22 2009 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Fri Mar 20 13:08:41 2009 Subject: [OS X Emacs] Enable flyspell permanently In-Reply-To: References: Message-ID: <20ecf6c70903200819o3bfb5368v1d87306c85fd2ba7@mail.gmail.com> 2009/3/20 Daniel Stegmueller > > Is there a way to permanently enable flyspell for text (or tex) modes? > > In Aquamacs: Edit-->Spelling-->Check Spelling as You Type (In all text modes) Remember to do: Options-->Save Options --Nathaniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090320/c3a846f3/attachment.html From agw at comcast.net Fri Mar 20 13:00:06 2009 From: agw at comcast.net (Art Werschulz) Date: Fri Mar 20 13:13:27 2009 Subject: [OS X Emacs] problem with TeX error processing Message-ID: Hi. I'm using aquamacs, along with AUCTeX. Consider the following small sample file: \documentclass{beamer} \begin{document} \begin{frame} Hello \world. \end{frame} \end{document} When I run this through LaTeX via the AUCTeX interface, emacs pauses on the error and gives LaTeX errors in `*~/Desktop/blivit/blivit output*'. Use C-c ` to display. in the minibuffer. I then type C-c `. The behavior I would expect is that emacs should take me to the line containing the undefined control sequence \world. Instead, emacs puts Master file: (default this file) ~/Desktop/blivit/ in the minibuffer and waits for some inpujt. If I hit return, I (not surprisingly) get an error. Any ideas how to fix this? Many thanks! Art Werschulz (8-{)} "Metaphors be with you." -- bumper sticker GCS/M (GAT): d? -p+ c++ l u+(-) e--- m* s n+ h f g+ w+ t++ r- y? Internet: agw STRUDEL comcast.net From d.stegmueller at gmail.com Fri Mar 20 22:09:24 2009 From: d.stegmueller at gmail.com (Daniel Stegmueller) Date: Fri Mar 20 23:19:57 2009 Subject: [OS X Emacs] Enable flyspell permanently In-Reply-To: <20ecf6c70903200819o3bfb5368v1d87306c85fd2ba7@mail.gmail.com> References: <20ecf6c70903200819o3bfb5368v1d87306c85fd2ba7@mail.gmail.com> Message-ID: Nathaniel, I tried this once (since its indeed the obvious way) and it did not work correctly (flyspell mode is enabled but the actual aspell process was not running). That is why I asked for help... Daniel On 20 Mar 2009, at 15:19, Nathaniel Cunningham wrote: > > > 2009/3/20 Daniel Stegmueller > > Is there a way to permanently enable flyspell for text (or tex) modes? > > In Aquamacs: > Edit-->Spelling-->Check Spelling as You Type (In all text modes) > > Remember to do: Options-->Save Options > > --Nathaniel > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs@email.esm.psu.edu > http://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx "I am sorry, Sir, I won't be able to help you on account of the fact that I am fashioned entirely from colourful wool". From mankoff at gmail.com Sat Mar 21 11:49:05 2009 From: mankoff at gmail.com (Ken Mankoff) Date: Sat Mar 21 12:28:37 2009 Subject: [OS X Emacs] Aquamacs Upgrade Loses Font Options Message-ID: Hi Aquamacs List, I just upgraded from Aquamacs 1.5 (based on GNU Emacs 22.3.2) to Aqumacs 1.7 (based on 22.3.1). All my font face and theme options seem to be ignored. If I run the old version the colors I had chosen are used, so they are in the preferences file, they are just not being respected by the current version, or new defaults have been installed so my "use as default" isn't being defaulted to. I've noticed this with past upgrades too. Any advice on how to use my existing default themes with an upgrade? Thanks, Ken Mankoff From david.reitter at gmail.com Sat Mar 21 13:05:46 2009 From: david.reitter at gmail.com (David Reitter) Date: Sat Mar 21 13:06:03 2009 Subject: [OS X Emacs] Aquamacs Upgrade Loses Font Options In-Reply-To: References: Message-ID: <5B990E71-3BC9-4D41-9350-AC2DA26C8EEA@gmail.com> Ken, On Mar 21, 2009, at 11:49 AM, Ken Mankoff wrote: > I just upgraded from Aquamacs 1.5 (based on GNU Emacs 22.3.2) to > Aqumacs 1.7 (based on 22.3.1). All my font face and theme options > seem to be ignored. > > If I run the old version the colors I had chosen are used, so they > are in the preferences file, they are just not being respected by > the current version, or new defaults have been installed so my "use > as default" isn't being defaulted to. They should have been transferred to the new system; it's not clear to me why they weren't. It would probably be best if you sent me your customizations.el file and I'll diagnose this. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090321/fdcdf055/smime.bin From mankoff at gmail.com Sat Mar 21 18:14:28 2009 From: mankoff at gmail.com (Ken Mankoff) Date: Sat Mar 21 18:14:35 2009 Subject: [OS X Emacs] Aquamacs Upgrade Loses Font Options In-Reply-To: <5B990E71-3BC9-4D41-9350-AC2DA26C8EEA@gmail.com> References: <5B990E71-3BC9-4D41-9350-AC2DA26C8EEA@gmail.com> Message-ID: Hi David, Thanks for your offer to help. Pasted below is my customizations.el which behaves one way with the old Aquamacs and another with the new one. -k. On Sat, 21 Mar 2009, David Reitter wrote: > On Mar 21, 2009, at 11:49 AM, Ken Mankoff wrote: > >> I just upgraded from Aquamacs 1.5 (based on GNU Emacs 22.3.2) to >> Aqumacs 1.7 (based on 22.3.1). All my font face and theme options >> seem to be ignored. >> >> If I run the old version the colors I had chosen are used, so >> they are in the preferences file, they are just not being >> respected by the current version, or new defaults have been >> installed so my "use as default" isn't being defaulted to. > > They should have been transferred to the new system; it's not > clear to me why they weren't. > > It would probably be best if you sent me your customizations.el > file and I'll diagnose this. (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(aquamacs-additional-fontsets nil t) '(aquamacs-customization-version-id 144 t) '(aquamacs-default-styles (quote ((default (color-theme color-theme-snapshot ((CUA-mode-read-only-cursor-color . "white") (background-color . "Grey15") (background-mode . dark) (border-color . "Grey") (bottom-toolbar-shadow-color . "#79e77df779e7") (cua-global-mark-cursor-color . "cyan") (cua-normal-cursor-color . "red") (cua-overwrite-cursor-color . "yellow") (cua-read-only-cursor-color . "darkgreen") (cursor-color . "Grey") (ebnf-except-border-color . "Black") (ebnf-line-color . "Black") (ebnf-non-terminal-border-color . "Black") (ebnf-repeat-border-color . "Black") (ebnf-special-border-color . "Black") (ebnf-terminal-border-color . "Black") (foreground-color . "Grey") (idlwave-shell-electric-stop-color . "Violet") (mouse-color . "Grey") (preview-transparent-color highlight :background) (ps-line-number-color . "black") (ps-zebra-color . 0.95) (semantic-which-function-use-color . t) (senator-eldoc-use-color . t) (top-toolbar-shadow-color . "#fffffbeeffff") (vc-annotate-ve! ry-old-color . "#3F3FFF") (viper-insert-state-cursor-color . "Green") (viper-replace-overlay-cursor-color . "Red") (viper-saved-cursor-color-in-replace-mode . "Red3")) ((cperl-invalid-face quote underline) (cua-global-mark-cursor-color . "cyan") (cua-normal-cursor-color . "red") (cua-overwrite-cursor-color . "yellow") (cua-read-only-cursor-color . "darkgreen") (goto-address-mail-face . italic) (goto-address-mail-mouse-face . secondary-selection) (goto-address-url-face . bold) (goto-address-url-mouse-face . highlight) (idlwave-class-arrow-face . bold) (list-matching-lines-buffer-name-face . underline) (list-matching-lines-face . bold) (rmail-highlight-face . rmail-highlight) (vc-annotate-very-old-color . "#3F3FFF") (view-highlight-face . highlight) (widget-mouse-face . highlight)) (default ((t (:stipple nil :background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width norma! l :family "apple-monaco")))) (Buffer-menu-buffer-face ((t (nil)))) (CUA-global-mark-face ((t (nil)))) (CUA-rectangle-face ((t (nil)))) (CUA-rectangle-noselect-face ((t (nil)))) (Info-title-1-face ((t (:bold t :weight bold :height 1.728 :family "helv")))) (Info-title-2-face ((t (:bold t :weight bold :height 1.44 :family "helv")))) (Info-title-3-face ((t (:bold t :weight bold :height 1.2 :family "helv")))) (Info-title-4-face ((t (:bold t :weight bold :family "helv")))) (OrangeRed ((t (nil)))) (TeX-fold-folded-face ((t (:foreground "SlateBlue1")))) (TeX-fold-unfolded-face ((t (:background "#38405d")))) (antlr-font-lock-keyword-face ((t (:bold t :foreground "black" :weight bold)))) (antlr-font-lock-literal-face ((t (:bold t :foreground "brown4" :weight bold)))) (antlr-font-lock-ruledef-face ((t (:bold t :foreground "blue" :weight bold)))) (antlr-font-lock-ruleref-face ((t (:foreground "blue4")))) (antlr-font-lock-tokendef-face ((t (:bold t :foreground "blue" :weight bold)))) (an tlr-font-lock-tokenref-face ((t (:foreground "orange4")))) (aquamacs-v! ariable-width ((t (:height 120 :family "Lucida Grande")))) (bbdb-company ((t (nil)))) (bbdb-field-name ((t (:bold t :weight bold)))) (bbdb-field-value ((t (nil)))) (bbdb-name ((t (:underline t)))) (bg:erc-color-face0 ((t (nil)))) (bg:erc-color-face1 ((t (nil)))) (bg:erc-color-face10 ((t (nil)))) (bg:erc-color-face11 ((t (nil)))) (bg:erc-color-face12 ((t (nil)))) (bg:erc-color-face13 ((t (nil)))) (bg:erc-color-face14 ((t (nil)))) (bg:erc-color-face15 ((t (nil)))) (bg:erc-color-face2 ((t (nil)))) (bg:erc-color-face3 ((t (nil)))) (bg:erc-color-face4 ((t (nil)))) (bg:erc-color-face5 ((t (nil)))) (bg:erc-color-face6 ((t (nil)))) (bg:erc-color-face7 ((t (nil)))) (bg:erc-color-face8 ((t (nil)))) (bg:erc-color-face9 ((t (nil)))) (blank-space-face ((t (:background "LightGray")))) (blank-tab-face ((t (:background "cornsilk" :foreground "black")))) (blue ((t (:foreground "blue")))) (bold ((t (:bold t :weight bold)))) (bold-italic ((t (:italic t :bold t :slant italic :weight bold)))) (! border ((t (:background "Grey")))) (border-glyph ((t (nil)))) (buffer-menu-buffer ((t (:bold t :weight bold)))) (buffers-tab ((t (:background "gray75")))) (button ((t (:underline t)))) (calendar-today-face ((t (:underline t)))) (change-log-acknowledgement-face ((t (:foreground "Firebrick")))) (change-log-conditionals-face ((t (:foreground "DarkGoldenrod")))) (change-log-date-face ((t (:foreground "RosyBrown")))) (change-log-email-face ((t (:foreground "DarkGoldenrod")))) (change-log-file-face ((t (:foreground "Blue")))) (change-log-function-face ((t (:foreground "DarkGoldenrod")))) (change-log-list-face ((t (:foreground "Purple")))) (change-log-name-face ((t (:foreground "CadetBlue")))) (clear-case-mode-string-face ((t (nil)))) (clearcase-dired-checkedout-face ((t (nil)))) (cmode-bracket-face ((t (nil)))) (color-mode-face-@ ((t (:foreground "orange")))) (color-mode-face-a ((t (:foreground "blue")))) (color-mode-face-b ((t (:foreground "red")))) (color-mode-face-c ((t (:foreg round "green3")))) (color-mode-face-d ((t (:background "red" :foregrou! nd "white")))) (color-mode-face-e ((t (:background "orange" :foreground "blue")))) (color-mode-face-f ((t (:background "blue" :foreground "yellow")))) (color-mode-face-g ((t (:background "lightblue" :foreground "brown")))) (color-mode-face-h ((t (:background "brown" :foreground "white")))) (comint-highlight-input ((t (:bold t :weight bold)))) (comint-highlight-prompt ((t (:foreground "cyan")))) (comint-input-face ((t (:foreground "deepskyblue")))) (completions-common-part ((t (:background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :family "apple-monaco")))) (completions-first-difference ((t (:bold t :weight bold)))) (cparen-around-andor-face ((t (:bold t :foreground "maroon" :weight bold)))) (cparen-around-begin-face ((t (:foreground "maroon")))) (cparen-around-conditional-face ((t (:bold t :foreground "RoyalBlue" :weight bold)))) (cparen-around-define-face (! (t (:bold t :foreground "Blue" :weight bold)))) (cparen-around-lambda-face ((t (:foreground "LightSeaGreen")))) (cparen-around-letdo-face ((t (:bold t :foreground "LightSeaGreen" :weight bold)))) (cparen-around-quote-face ((t (:foreground "SaddleBrown")))) (cparen-around-set!-face ((t (:foreground "OrangeRed")))) (cparen-around-syntax-rules-face ((t (:foreground "Magenta")))) (cparen-around-vector-face ((t (:foreground "chocolate")))) (cparen-binding-face ((t (:foreground "ForestGreen")))) (cparen-binding-list-face ((t (:bold t :foreground "ForestGreen" :weight bold)))) (cparen-conditional-clause-face ((t (:foreground "RoyalBlue")))) (cparen-normal-paren-face ((t (:foreground "grey50")))) (cperl-array-face ((t (:bold t :foreground "light salmon" :weight bold)))) (cperl-hash-face ((t (:italic t :bold t :foreground "beige" :slant italic :weight bold)))) (cperl-here-face ((t (nil)))) (cperl-invalid-face ((t (:foreground "white")))) (cperl-nonoverridable-face ((t (:foreground "a quamarine")))) (cperl-pod-face ((t (nil)))) (cperl-pod-head-face ((t (! nil)))) (cscope-file-face ((t (nil)))) (cscope-function-face ((t (nil)))) (cscope-line-face ((t (nil)))) (cscope-line-number-face ((t (nil)))) (cscope-mouse-face ((t (nil)))) (cua-global-mark ((t (:background "yellow1" :foreground "black")))) (cua-rectangle ((t (:background "maroon" :foreground "white")))) (cua-rectangle-noselect ((t (:background "dimgray" :foreground "white")))) (cursor ((t (:background "Grey")))) (custom-button ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button))))) (custom-button-mouse ((t (:background "grey90" :foreground "black" :box (:line-width 2 :style released-button))))) (custom-button-pressed ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button))))) (custom-button-pressed-unraised ((t (:foreground "violet" :underline t)))) (custom-button-unraised ((t (:underline t)))) (custom-changed ((t (:background "blue1" :foreground "white")))) (custom-comment ((t (:background "dim! gray")))) (custom-comment-tag ((t (:foreground "gray80")))) (custom-documentation ((t (nil)))) (custom-face-tag ((t (:bold t :weight bold :height 1.2 :family "helv")))) (custom-group-tag ((t (:bold t :foreground "light blue" :weight bold :height 1.2)))) (custom-group-tag-1 ((t (:bold t :foreground "pink" :weight bold :height 1.2 :family "helv")))) (custom-invalid ((t (:background "red1" :foreground "yellow1")))) (custom-link ((t (:foreground "cyan1" :underline t)))) (custom-modified ((t (:background "blue1" :foreground "white")))) (custom-rogue ((t (:background "black" :foreground "pink")))) (custom-saved ((t (:underline t)))) (custom-set ((t (:background "white" :foreground "blue1")))) (custom-state ((t (:foreground "lime green")))) (custom-themed ((t (:background "blue1" :foreground "white")))) (custom-variable-button ((t (:bold t :underline t :weight bold)))) (custom-variable-tag ((t (:bold t :foreground "light blue" :weight bold :height 1.2 :family "helv")))) (cvs-filen ame-face ((t (:foreground "white")))) (cvs-handled-face ((t (:foregrou! nd "pink")))) (cvs-header-face ((t (:foreground "green")))) (cvs-marked-face ((t (:bold t :foreground "green3" :weight bold)))) (cvs-msg-face ((t (:foreground "red")))) (cvs-need-action-face ((t (:foreground "yellow")))) (cvs-unknown-face ((t (:foreground "grey")))) (cyan ((t (:foreground "cyan")))) (date ((t (nil)))) (diary-face ((t (:foreground "red")))) (diff-added-face ((t (nil)))) (diff-changed-face ((t (nil)))) (diff-context-face ((t (:foreground "grey50")))) (diff-file-header-face ((t (:bold t :background "grey70" :weight bold)))) (diff-function-face ((t (:foreground "grey50")))) (diff-header-face ((t (:background "grey85")))) (diff-hunk-header-face ((t (:background "grey85")))) (diff-index-face ((t (:bold t :background "grey70" :weight bold)))) (diff-nonexistent-face ((t (:bold t :background "grey70" :weight bold)))) (diff-removed-face ((t (nil)))) (dired-face-boring ((t (:foreground "Gray65")))) (dired-face-directory ((t (:bold t :foreground "sky blue" :weight bold! )))) (dired-face-executable ((t (:foreground "green yellow")))) (dired-face-flagged ((t (:foreground "tomato")))) (dired-face-header ((t (:background "grey75" :foreground "black")))) (dired-face-marked ((t (:foreground "light salmon")))) (dired-face-permissions ((t (:foreground "aquamarine")))) (dired-face-setuid ((t (:foreground "Red")))) (dired-face-socket ((t (:foreground "magenta")))) (dired-face-symlink ((t (:foreground "cyan")))) (display-time-mail-balloon-enhance-face ((t (:background "orange")))) (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue")))) (display-time-time-balloon-face ((t (:foreground "red")))) (ebrowse-default-face ((t (nil)))) (ebrowse-file-name-face ((t (:italic t :slant italic)))) (ebrowse-member-attribute-face ((t (:foreground "red")))) (ebrowse-member-class-face ((t (:foreground "purple")))) (ebrowse-progress-face ((t (:background "blue")))) (ebrowse-root-class-face ((t (:bold t :foreground "blue" :weight bold)))) (ebrowse-tree-mar k-face ((t (:foreground "red")))) (ecb-bucket-token-face ((t (:bold t ! :weight bold)))) (ecb-default-general-face ((t (nil)))) (ecb-default-highlight-face ((t (:background "cornflower blue" :foreground "yellow")))) (ecb-directories-general-face ((t (nil)))) (ecb-directory-face ((t (:background "cornflower blue" :foreground "yellow")))) (ecb-history-face ((t (:background "cornflower blue" :foreground "yellow")))) (ecb-history-general-face ((t (nil)))) (ecb-method-face ((t (:background "cornflower blue" :foreground "yellow")))) (ecb-methods-general-face ((t (nil)))) (ecb-source-face ((t (:background "cornflower blue" :foreground "yellow")))) (ecb-source-in-directories-buffer-face ((t (:foreground "medium blue")))) (ecb-sources-face ((t (:foreground "LightBlue1")))) (ecb-sources-general-face ((t (nil)))) (ecb-token-header-face ((t (:background "SeaGreen1")))) (ecb-type-token-class-face ((t (:bold t :weight bold)))) (ecb-type-token-enum-face ((t (:bold t :weight bold)))) (ecb-type-token-group-face ((t (:bold t :foreground "dimgray" :weight bold)))! ) (ecb-type-token-interface-face ((t (:bold t :weight bold)))) (ecb-type-token-struct-face ((t (:bold t :weight bold)))) (ecb-type-token-typedef-face ((t (:bold t :weight bold)))) (edb-inter-field-face ((t (:foreground "deep sky blue")))) (edb-normal-summary-face ((t (:foreground "gold")))) (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick")))) (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black")))) (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid")))) (ediff-current-diff-face-C ((t (:background "indianred" :foreground "white")))) (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black")))) (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White")))) (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White")))) (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black")))) (ediff-fine-diff-face-A ((t (:background "sky blue" :for eground "Navy")))) (ediff-fine-diff-face-Ancestor ((t (:background "Gr! een" :foreground "Black")))) (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black")))) (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black")))) (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White")))) (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black")))) (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black")))) (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White")))) (eieio-custom-slot-tag-face ((t (:foreground "light blue")))) (emacs-wiki-bad-link-face ((t (:bold t :foreground "red" :weight bold)))) (emacs-wiki-link-face ((t (:bold t :foreground "green" :weight bold)))) (erc-action-face ((t (nil)))) (erc-bold-face ((t (:bold t :weight bold)))) (erc-current-nick-face ((t (:bold t :foreground "yellow" :weight bold)))) (erc-dangerous-host-face ((t (nil)))) (erc-default-face ((t (nil)))) (erc-direct-msg-face ((t (:foreground "pale green")))) (erc-error-face ((t (:bold! t :foreground "IndianRed" :weight bold)))) (erc-fool-face ((t (nil)))) (erc-highlight-face ((t (:bold t :foreground "pale green" :weight bold)))) (erc-host-danger-face ((t (nil)))) (erc-input-face ((t (:foreground "light blue")))) (erc-inverse-face ((t (:background "steel blue")))) (erc-keyword-face ((t (:bold t :foreground "orange" :weight bold)))) (erc-nick-default-face ((t (nil)))) (erc-nick-msg-face ((t (nil)))) (erc-notice-face ((t (:foreground "light salmon")))) (erc-pal-face ((t (:foreground "pale green")))) (erc-prompt-face ((t (:bold t :foreground "light blue" :weight bold)))) (erc-timestamp-face ((t (:bold t :foreground "green" :weight bold)))) (erc-underline-face ((t (:underline t)))) (escape-glyph ((t (:foreground "cyan")))) (eshell-ls-archive-face ((t (:bold t :foreground "medium purple" :weight bold)))) (eshell-ls-backup-face ((t (:foreground "dim gray")))) (eshell-ls-clutter-face ((t (:foreground "dim gray")))) (eshell-ls-directory-face ((t (:bold t :foregrou nd "medium slate blue" :weight bold)))) (eshell-ls-executable-face ((t! (:bold t :foreground "aquamarine" :weight bold)))) (eshell-ls-missing-face ((t (:foreground "black")))) (eshell-ls-picture-face ((t (:foreground "violet")))) (eshell-ls-product-face ((t (:foreground "light steel blue")))) (eshell-ls-readonly-face ((t (:foreground "aquamarine")))) (eshell-ls-special-face ((t (:foreground "gold")))) (eshell-ls-symlink-face ((t (:foreground "white")))) (eshell-ls-text-face ((t (:foreground "medium aquamarine")))) (eshell-ls-todo-face ((t (:bold t :foreground "aquamarine" :weight bold)))) (eshell-ls-unreadable-face ((t (:foreground "dim gray")))) (eshell-prompt-face ((t (:bold t :foreground "light sky blue" :weight bold)))) (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed" :weight bold)))) (eshell-test-ok-face ((t (:bold t :foreground "Green" :weight bold)))) (excerpt ((t (:italic t :slant italic)))) (extra-whitespace-face ((t (:background "pale green")))) (face-1 ((t (nil)))) (face-2 ((t (nil)))) (face-3 ((t (nil)))) (ff-paths-non! -existant-file-face ((t (:bold t :foreground "NavyBlue" :weight bold)))) (fg:black ((t (:foreground "black")))) (fg:erc-color-face0 ((t (:foreground "white")))) (fg:erc-color-face1 ((t (:foreground "beige")))) (fg:erc-color-face10 ((t (:foreground "pale goldenrod")))) (fg:erc-color-face11 ((t (:foreground "light goldenrod yellow")))) (fg:erc-color-face12 ((t (:foreground "light yellow")))) (fg:erc-color-face13 ((t (:foreground "yellow")))) (fg:erc-color-face14 ((t (:foreground "light goldenrod")))) (fg:erc-color-face15 ((t (:foreground "lime green")))) (fg:erc-color-face2 ((t (:foreground "lemon chiffon")))) (fg:erc-color-face3 ((t (:foreground "light cyan")))) (fg:erc-color-face4 ((t (:foreground "powder blue")))) (fg:erc-color-face5 ((t (:foreground "sky blue")))) (fg:erc-color-face6 ((t (:foreground "dark sea green")))) (fg:erc-color-face7 ((t (:foreground "pale green")))) (fg:erc-color-face8 ((t (:foreground "medium spring green")))) (fg:erc-color-face9 ((t (:foreground "khaki")))) (file-name-shadow ((t (:foreground "grey70")))) (fixed ((t! (:bold t :weight bold)))) (fixed-pitch ((t (:family "courier")))) (fl-comment-face ((t (:foreground "pink")))) (fl-doc-string-face ((t (:foreground "purple")))) (fl-function-name-face ((t (:foreground "red")))) (fl-keyword-face ((t (:foreground "cadetblue")))) (fl-string-face ((t (:foreground "green")))) (fl-type-face ((t (:foreground "yellow")))) (flash-paren-face-off ((t (nil)))) (flash-paren-face-on ((t (nil)))) (flash-paren-face-region ((t (nil)))) (flyspell-duplicate-face ((t (:bold t :foreground "Gold3" :underline t :weight bold)))) (flyspell-incorrect-face ((t (:bold t :foreground "OrangeRed" :underline t :weight bold)))) (font-latex-bold-face ((t (:bold t :foreground "OliveDrab" :weight bold)))) (font-latex-doctex-documentation-face ((t (:background "#333")))) (font-latex-doctex-preprocessor-face ((t (nil)))) (font-latex-italic-face ((t (:italic t :foreground "OliveDrab" :slant italic)))) (font-latex-math-face ((t (:foreground "burlywood")))) (font-latex-sectioning! -0-face ((t (:bold t :foreground "yellow" :weight bold :height 1.6105100000000008 :family "helv")))) (font-latex-sectioning-1-face ((t (:bold t :foreground "yellow" :weight bold :height 1.4641000000000006 :family "helv")))) (font-latex-sectioning-2-face ((t (:bold t :foreground "yellow" :weight bold :height 1.3310000000000004 :family "helv")))) (font-latex-sectioning-3-face ((t (:bold t :foreground "yellow" :weight bold :height 1.2100000000000002 :family "helv")))) (font-latex-sectioning-4-face ((t (:bold t :foreground "yellow" :weight bold :height 1.1 :family "helv")))) (font-latex-sectioning-5-face ((t (:bold t :foreground "yellow" :weight bold :family "helv")))) (font-latex-sedate-face ((t (:foreground "LightGray")))) (font-latex-slide-title-face ((t (:bold t :weight bold :height 1.2)))) (font-latex-string-face ((t (:foreground "LightSalmon")))) (font-latex-subscript-face ((t (:height 0.8)))) (font-latex-superscript-face ((t (:height 0.8)))) (font-latex-verbatim-face ((t (:foreground "burlywood" :family "courier")))) (font-latex-warning-fac! e ((t (:bold t :foreground "red" :weight bold)))) (font-lock-builtin-face ((t (:foreground "LightSteelBlue")))) (font-lock-comment-delimiter-face ((t (:foreground "chocolate1")))) (font-lock-comment-face ((t (:foreground "chocolate1")))) (font-lock-constant-face ((t (:foreground "Aquamarine")))) (font-lock-doc-face ((t (:foreground "LightSalmon")))) (font-lock-doc-string-face ((t (:foreground "sky blue")))) (font-lock-emphasized-face ((t (nil)))) (font-lock-exit-face ((t (:foreground "green")))) (font-lock-function-name-face ((t (:foreground "LightSkyBlue")))) (font-lock-keyword-face ((t (:foreground "Cyan1")))) (font-lock-negation-char-face ((t (nil)))) (font-lock-other-emphasized-face ((t (nil)))) (font-lock-other-type-face ((t (nil)))) (font-lock-preprocessor-face ((t (:foreground "LightSteelBlue")))) (font-lock-reference-face ((t (:foreground "pale green")))) (font-lock-regexp-grouping-backslash ((t (:bold t :weight bold)))) (font-lock-regexp-grouping-construct ((t (:bo! ld t :weight bold)))) (font-lock-special-comment-face ((t (nil)))) (font-lock-special-keyword-face ((t (nil)))) (font-lock-string-face ((t (:foreground "LightSalmon")))) (font-lock-type-face ((t (:foreground "PaleGreen")))) (font-lock-variable-name-face ((t (:foreground "LightGoldenrod")))) (font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold)))) (fringe ((t (:background "grey10")))) (gdb-arrow-face ((t (nil)))) (gnu-cite-face-3 ((t (nil)))) (gnu-cite-face-4 ((t (nil)))) (gnus-cite-attribution-face ((t (:bold t :weight bold)))) (gnus-cite-face-1 ((t (:foreground "LightSalmon")))) (gnus-cite-face-10 ((t (:foreground "medium purple")))) (gnus-cite-face-11 ((t (:foreground "turquoise")))) (gnus-cite-face-2 ((t (:foreground "Khaki")))) (gnus-cite-face-3 ((t (:foreground "Coral")))) (gnus-cite-face-4 ((t (:foreground "yellow green")))) (gnus-cite-face-5 ((t (:foreground "dark khaki")))) (gnus-cite-face-6 ((t (:foreground "bisque")))) (gnus-cite-face-7 ((t (:foregr ound "peru")))) (gnus-cite-face-8 ((t (:foreground "light coral")))) (! gnus-cite-face-9 ((t (:foreground "plum")))) (gnus-cite-face-list ((t (nil)))) (gnus-emphasis-bold ((t (:bold t :weight bold)))) (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold)))) (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow")))) (gnus-emphasis-italic ((t (:italic t :slant italic)))) (gnus-emphasis-strikethru ((t (nil)))) (gnus-emphasis-underline ((t (:underline t)))) (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold)))) (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold)))) (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic)))) (gnus-filterhist-face-1 ((t (nil)))) (gnus-group-mail-1-empty-face ((t (:foreground "White")))) (gnus-group-mail-1-face ((t (:bold t :foreground "White" :weight bold)))) (gnus-group-mail-2-empty-face ((t (:foreground "light cyan")))) (gnus-group-mail-2-face ((t (:bold t :foreground "light cyan" :weig! ht bold)))) (gnus-group-mail-3-empty-face ((t (:foreground "LightBlue")))) (gnus-group-mail-3-face ((t (:bold t :foreground "LightBlue" :weight bold)))) (gnus-group-mail-low-empty-face ((t (:foreground "Aquamarine")))) (gnus-group-mail-low-face ((t (:bold t :foreground "Aquamarine" :weight bold)))) (gnus-group-news-1-empty-face ((t (:foreground "White")))) (gnus-group-news-1-face ((t (:bold t :foreground "White" :weight bold)))) (gnus-group-news-2-empty-face ((t (:foreground "light cyan")))) (gnus-group-news-2-face ((t (:bold t :foreground "light cyan" :weight bold)))) (gnus-group-news-3-empty-face ((t (:foreground "LightBlue")))) (gnus-group-news-3-face ((t (:bold t :foreground "LightBlue" :weight bold)))) (gnus-group-news-4-empty-face ((t (:foreground "Aquamarine")))) (gnus-group-news-4-face ((t (:bold t :foreground "Aquamarine" :weight bold)))) (gnus-group-news-5-empty-face ((t (:foreground "MediumAquamarine")))) (gnus-group-news-5-face ((t (:bold t :foreground "MediumAqu amarine" :weight bold)))) (gnus-group-news-6-empty-face ((t (:foregrou! nd "MediumAquamarine")))) (gnus-group-news-6-face ((t (:bold t :foreground "MediumAquamarine" :weight bold)))) (gnus-group-news-low-empty-face ((t (:foreground "MediumAquamarine")))) (gnus-group-news-low-face ((t (:bold t :foreground "MediumAquamarine" :weight bold)))) (gnus-header-content-face ((t (:foreground "LightSkyBlue3")))) (gnus-header-from-face ((t (:bold t :foreground "light cyan" :weight bold)))) (gnus-header-name-face ((t (:bold t :foreground "LightBlue" :weight bold)))) (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "MediumAquamarine" :slant italic :weight bold)))) (gnus-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold)))) (gnus-picon-face ((t (:background "white" :foreground "black")))) (gnus-picon-xbm-face ((t (:background "white" :foreground "black")))) (gnus-picons-face ((t (:background "white" :foreground "black")))) (gnus-picons-xbm-face ((t (:background "white" :foreground "black")))) (gnus-server-agent-face ((t (:b! old t :foreground "PaleTurquoise" :weight bold)))) (gnus-server-closed-face ((t (:italic t :foreground "Light Steel Blue" :slant italic)))) (gnus-server-denied-face ((t (:bold t :foreground "Pink" :weight bold)))) (gnus-server-offline-face ((t (:bold t :foreground "Yellow" :weight bold)))) (gnus-server-opened-face ((t (:bold t :foreground "Green1" :weight bold)))) (gnus-signature-face ((t (:foreground "Grey")))) (gnus-splash ((t (:foreground "Brown")))) (gnus-splash-face ((t (:foreground "ForestGreen")))) (gnus-summary-cancelled-face ((t (:background "Black" :foreground "Yellow")))) (gnus-summary-high-ancient-face ((t (:bold t :foreground "MediumAquamarine" :weight bold)))) (gnus-summary-high-read-face ((t (:bold t :foreground "Aquamarine" :weight bold)))) (gnus-summary-high-ticked-face ((t (:bold t :foreground "LightSalmon" :weight bold)))) (gnus-summary-high-undownloaded-face ((t (nil)))) (gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "beige" :slant ital ic :weight bold)))) (gnus-summary-low-ancient-face ((t (:italic t :for! eground "DimGray" :slant italic)))) (gnus-summary-low-read-face ((t (:foreground "slate gray")))) (gnus-summary-low-ticked-face ((t (:foreground "Pink")))) (gnus-summary-low-undownloaded-face ((t (nil)))) (gnus-summary-low-unread-face ((t (:foreground "LightGray")))) (gnus-summary-normal-ancient-face ((t (:foreground "MediumAquamarine")))) (gnus-summary-normal-read-face ((t (:foreground "Aquamarine")))) (gnus-summary-normal-ticked-face ((t (:foreground "LightSalmon")))) (gnus-summary-normal-undownloaded-face ((t (nil)))) (gnus-summary-normal-unread-face ((t (nil)))) (gnus-summary-selected-face ((t (:underline t)))) (gnus-x-face ((t (nil)))) (green ((t (:foreground "green")))) (gui-button-face ((t (:background "grey75")))) (gui-element ((t (:background "gray75")))) (header-line ((t (:background "grey20" :foreground "grey90" :box nil)))) (help-argument-name ((t (:italic t :slant italic)))) (hi-black-b ((t (:bold t :weight bold)))) (hi-black-hb ((t (:bold t :weight bold :heigh! t 1.67 :family "helv")))) (hi-blue ((t (:background "light blue")))) (hi-blue-b ((t (:bold t :foreground "blue" :weight bold)))) (hi-green ((t (:background "green")))) (hi-green-b ((t (:bold t :foreground "green" :weight bold)))) (hi-pink ((t (:background "pink")))) (hi-red-b ((t (:bold t :foreground "red" :weight bold)))) (hi-yellow ((t (:background "yellow")))) (highlight ((t (:background "darkolivegreen")))) (highlight-changes-delete-face ((t (:foreground "red" :underline t)))) (highlight-changes-face ((t (:foreground "red")))) (highline-face ((t (:background "DeepSkyBlue4")))) (highline-vertical-face ((t (nil)))) (holiday-face ((t (:background "pink")))) (horizontal-divider ((t (nil)))) (hproperty:but-face ((t (nil)))) (hproperty:flash-face ((t (nil)))) (hproperty:highlight-face ((t (nil)))) (hproperty:item-face ((t (nil)))) (html-helper-bold-face ((t (:bold t :foreground "wheat" :weight bold)))) (html-helper-bold-italic-face ((t (nil)))) (html-helper-builtin-face ((t (: foreground "blue3" :underline t)))) (html-helper-italic-face ((t (:ita! lic t :foreground "spring green" :slant italic)))) (html-helper-underline-face ((t (:foreground "cornsilk" :underline t)))) (html-tag-face ((t (:bold t :foreground "deep sky blue" :weight bold)))) (hyper-apropos-documentation ((t (:foreground "darkred")))) (hyper-apropos-heading ((t (:bold t :weight bold)))) (hyper-apropos-hyperlink ((t (:foreground "blue4")))) (hyper-apropos-major-heading ((t (:bold t :weight bold)))) (hyper-apropos-section-heading ((t (:italic t :bold t :slant italic :weight bold)))) (hyper-apropos-warning ((t (:bold t :foreground "red" :weight bold)))) (ibuffer-deletion-face ((t (nil)))) (ibuffer-marked-face ((t (:foreground "red")))) (idlwave-help-link ((t (:foreground "Blue")))) (idlwave-help-link-face ((t (:foreground "Blue")))) (idlwave-shell-bp ((t (:background "Pink" :foreground "Black")))) (idlwave-shell-bp-face ((t (:background "Pink" :foreground "Black")))) (idlwave-shell-disabled-bp ((t (:background "gray" :foreground "Black")))) (idlwave-shell! -electric-stop-line ((t (:background "Violet" :box (:line-width -1 :style released-button))))) (idlwave-shell-pending-electric-stop ((t (:background "gray70" :box (:line-width -1 :style released-button))))) (idlwave-shell-pending-stop ((t (:background "gray70")))) (ido-first-match-face ((t (nil)))) (ido-indicator-face ((t (nil)))) (ido-only-match-face ((t (nil)))) (ido-subdir-face ((t (:foreground "MediumSlateBlue")))) (info-header-node ((t (:bold t :weight bold)))) (info-header-xref ((t (:bold t :foreground "sky blue" :weight bold)))) (info-menu-5 ((t (:underline t)))) (info-menu-6 ((t (nil)))) (info-menu-header ((t (:bold t :weight bold :family "helv")))) (info-node ((t (:bold t :weight bold)))) (info-xref ((t (:bold t :foreground "sky blue" :weight bold)))) (isearch ((t (:background "palevioletred2" :foreground "brown4")))) (isearch-secondary ((t (:foreground "red3")))) (ispell-face ((t (nil)))) (italic ((t (:italic t :slant italic)))) (jde-bug-breakpoint-cursor ((t (:bac kground "brown" :foreground "cyan")))) (jde-bug-breakpoint-marker ((t ! (:background "yellow" :foreground "red")))) (jde-db-active-breakpoint-face ((t (:background "red" :foreground "black")))) (jde-db-requested-breakpoint-face ((t (:background "yellow" :foreground "black")))) (jde-db-spec-breakpoint-face ((t (:background "green" :foreground "black")))) (jde-java-font-lock-api-face ((t (:foreground "light goldenrod")))) (jde-java-font-lock-bold-face ((t (:bold t :weight bold)))) (jde-java-font-lock-code-face ((t (nil)))) (jde-java-font-lock-constant-face ((t (:foreground "Aquamarine")))) (jde-java-font-lock-doc-tag-face ((t (:foreground "light coral")))) (jde-java-font-lock-italic-face ((t (:italic t :slant italic)))) (jde-java-font-lock-link-face ((t (:foreground "blue" :underline t :slant normal)))) (jde-java-font-lock-modifier-face ((t (:foreground "LightSteelBlue")))) (jde-java-font-lock-number-face ((t (:foreground "LightSalmon")))) (jde-java-font-lock-operator-face ((t (:foreground "medium blue")))) (jde-java-font-lock-package-face ((t (:! foreground "steelblue1")))) (jde-java-font-lock-pre-face ((t (nil)))) (jde-java-font-lock-underline-face ((t (:underline t)))) (kai-gnus-cite-face-1 ((t (:foreground "LightCyan4")))) (kai-gnus-cite-face-2 ((t (:foreground "LightSkyBlue2")))) (kai-gnus-cite-face-3 ((t (:foreground "DodgerBlue3")))) (kai-gnus-group-mail-face ((t (:foreground "darkslategrey")))) (kai-gnus-group-nonempty-mail-face ((t (:foreground "DarkRed")))) (kai-gnus-group-starred-face ((t (:foreground "grey50")))) (lazy-highlight ((t (:background "paleturquoise4")))) (lazy-highlight-face ((t (:bold t :foreground "dark magenta" :weight bold)))) (left-margin ((t (nil)))) (linemenu-face ((t (:background "gray30")))) (link ((t (:foreground "cyan1" :underline t)))) (link-visited ((t (:foreground "violet" :underline t)))) (list-mode-item-selected ((t (:background "gray68")))) (log-view-file-face ((t (:bold t :background "grey70" :weight bold)))) (log-view-message-face ((t (:background "grey85")))) (m4-face ((t (n il)))) (mac-ts-block-fill-text ((t (:underline t)))) (mac-ts-caret-pos! ition ((t (nil)))) (mac-ts-converted-text ((t (:underline "gray20")))) (mac-ts-no-hilite ((t (:background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :family "apple-monaco")))) (mac-ts-outline-text ((t (:underline t)))) (mac-ts-raw-text ((t (:underline t)))) (mac-ts-selected-converted-text ((t (:underline t)))) (mac-ts-selected-raw-text ((t (:underline t)))) (mac-ts-selected-text ((t (:underline t)))) (magenta ((t (:foreground "magenta")))) (makefile-space-face ((t (:background "hotpink")))) (man-bold ((t (:bold t :weight bold)))) (man-heading ((t (:bold t :weight bold)))) (man-italic ((t (:foreground "yellow")))) (man-xref ((t (:underline t)))) (match ((t (:background "RoyalBlue3")))) (menu ((t (nil)))) (message-cited-text ((t (:italic t :slant italic)))) (message-cited-text-face ((t (:foreground "LightSalmon")))) (message-header-cc-face ((t (:foreground "lig! ht cyan")))) (message-header-contents ((t (:italic t :slant italic)))) (message-header-name-face ((t (:foreground "LightBlue")))) (message-header-newsgroups-face ((t (:italic t :bold t :foreground "MediumAquamarine" :slant italic :weight bold)))) (message-header-other-face ((t (:foreground "MediumAquamarine")))) (message-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold)))) (message-header-to-face ((t (:bold t :foreground "light cyan" :weight bold)))) (message-header-xheader-face ((t (:foreground "MediumAquamarine")))) (message-headers ((t (:bold t :weight bold)))) (message-highlighted-header-contents ((t (:italic t :bold t :slant italic :weight bold)))) (message-mml-face ((t (:foreground "ForestGreen")))) (message-separator-face ((t (:foreground "chocolate")))) (message-url ((t (:bold t :foreground "pink" :weight bold)))) (minibuffer-prompt ((t (:foreground "cyan")))) (mmm-cleanup-submode-face ((t (:background "Wheat")))) (mmm-code-submode-face ((t (:ba ckground "LightGray")))) (mmm-comment-submode-face ((t (:background "S! kyBlue")))) (mmm-declaration-submode-face ((t (:background "Aquamarine")))) (mmm-default-submode-face ((t (:background "gray85")))) (mmm-delimiter-face ((t (nil)))) (mmm-face ((t (:background "black" :foreground "green")))) (mmm-init-submode-face ((t (:background "Pink")))) (mmm-output-submode-face ((t (:background "Plum")))) (mmm-special-submode-face ((t (:background "MediumSpringGreen")))) (mode-line ((t (:family "Lucida Grande" :background "grey75" :foreground "black" :box (:line-width -1 :style released-button) :strike-through nil :underline nil :slant normal :weight normal :width normal :height 120)))) (mode-line-buffer-id ((t (:bold t :weight bold)))) (mode-line-flags ((t (:family "Monaco")))) (mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button))))) (mode-line-inactive ((t (:family "Lucida Grande" :background "grey30" :foreground "grey80" :box (:line-width -1 :color "grey40" :style nil) :strike-through nil :underline nil :slant normal ! :weight normal :width normal :height 120)))) (modeline-mousable ((t (:background "slate blue" :foreground "light cyan")))) (modeline-mousable-minor-mode ((t (:background "slate blue" :foreground "wheat")))) (mouse ((t (:background "Grey")))) (mpg123-face-cur ((t (:background "#004080" :foreground "yellow")))) (mpg123-face-slider ((t (:background "yellow" :foreground "black")))) (my-summary-highlight-face ((t (:foreground "White")))) (my-tab-face ((t (nil)))) (my-url-face ((t (:foreground "PaleTurquoise")))) (next-error ((t (:background "blue3")))) (nil ((t (nil)))) (nobreak-space ((t (:foreground "cyan" :underline t)))) (notify-user-of-mode ((t (:foreground "cyan")))) (outline-1 ((t (:foreground "LightSkyBlue")))) (outline-2 ((t (:foreground "LightGoldenrod")))) (outline-3 ((t (:foreground "Cyan1")))) (outline-4 ((t (:foreground "LightSteelBlue")))) (outline-5 ((t (:foreground "chocolate1")))) (outline-6 ((t (:foreground "Aquamarine")))) (outline-7 ((t (:foreground "PaleGree n")))) (outline-8 ((t (:foreground "LightSalmon")))) (overlay-empty-fa! ce ((t (nil)))) (p4-depot-added-face ((t (:foreground "blue")))) (p4-depot-deleted-face ((t (:foreground "red")))) (p4-depot-unmapped-face ((t (:foreground "grey30")))) (p4-diff-change-face ((t (:foreground "dark green")))) (p4-diff-del-face ((t (:foreground "red")))) (p4-diff-file-face ((t (:background "gray90")))) (p4-diff-head-face ((t (:background "gray95")))) (p4-diff-ins-face ((t (:foreground "blue")))) (paren-blink-off ((t (:foreground "gray")))) (paren-blink-on ((t (nil)))) (paren-face ((t (nil)))) (paren-face-match ((t (:background "turquoise")))) (paren-face-mismatch ((t (:background "purple" :foreground "white")))) (paren-face-no-match ((t (:background "yellow" :foreground "black")))) (paren-match ((t (:background "darkseagreen2")))) (paren-mismatch ((t (nil)))) (paren-mismatch-face ((t (:background "DeepPink" :foreground "white")))) (paren-no-match-face ((t (:background "yellow" :foreground "white")))) (pointer ((t (nil)))) (preview-face ((t (:background "dark s! late gray")))) (preview-reference-face ((t (nil)))) (primary-selection ((t (:background "gray65")))) (qt-classes-face ((t (:foreground "Red")))) (query-replace ((t (:background "palevioletred2" :foreground "brown4")))) (reb-match-0 ((t (:background "lightblue")))) (reb-match-1 ((t (:background "aquamarine")))) (reb-match-2 ((t (:background "springgreen")))) (reb-match-3 ((t (:background "yellow")))) (red ((t (:foreground "red")))) (region ((t (:background "blue3")))) (right-margin ((t (nil)))) (rpm-spec-dir-face ((t (:foreground "green")))) (rpm-spec-doc-face ((t (:foreground "magenta")))) (rpm-spec-ghost-face ((t (:foreground "red")))) (rpm-spec-macro-face ((t (:foreground "purple")))) (rpm-spec-package-face ((t (:foreground "red")))) (rpm-spec-tag-face ((t (:foreground "blue")))) (rpm-spec-var-face ((t (:foreground "maroon")))) (ruler-mode-column-number-face ((t (nil)))) (ruler-mode-current-column-face ((t (nil)))) (ruler-mode-default-face ((t (nil)))) (ruler-mode-fill-col umn-face ((t (nil)))) (ruler-mode-margins-face ((t (nil)))) (ruler-mod! e-tab-stop-face ((t (nil)))) (scroll-bar ((t (:background "grey75" :foreground "#000000")))) (searchm-buffer ((t (nil)))) (searchm-button ((t (nil)))) (searchm-field ((t (nil)))) (searchm-field-label ((t (nil)))) (searchm-highlight ((t (nil)))) (secondary-selection ((t (:background "SkyBlue4")))) (semantic-dirty-token-face ((t (:background "gray10")))) (semantic-intangible-face ((t (:foreground "gray25")))) (semantic-read-only-face ((t (:background "gray25")))) (semantic-unmatched-syntax-face ((t (:underline "red")))) (senator-intangible-face ((t (:foreground "gray75")))) (senator-momentary-highlight-face ((t (:background "gray30")))) (senator-read-only-face ((t (:background "#664444")))) (setnu-line-number-face ((t (nil)))) (sgml-comment-face ((t (:italic t :foreground "SeaGreen" :slant italic)))) (sgml-doctype-face ((t (:foreground "orange")))) (sgml-end-tag-face ((t (:foreground "greenyellow")))) (sgml-entity-face ((t (:foreground "gold")))) (sgml-ignored-face ((t (:back! ground "gray60" :foreground "gray20")))) (sgml-ms-end-face ((t (nil)))) (sgml-ms-start-face ((t (nil)))) (sgml-pi-face ((t (:bold t :foreground "gray40" :weight bold)))) (sgml-sgml-face ((t (:foreground "yellow")))) (sgml-short-ref-face ((t (nil)))) (sgml-shortref-face ((t (:bold t :foreground "gray40" :weight bold)))) (sgml-start-tag-face ((t (:foreground "mediumspringgreen")))) (sh-heredoc-face ((t (:foreground "tan")))) (shadow ((t (:foreground "grey70")))) (shell-input-face ((t (nil)))) (shell-option-face ((t (:foreground "blue4")))) (shell-output-2-face ((t (:foreground "green4")))) (shell-output-3-face ((t (:foreground "green4")))) (shell-output-face ((t (:bold t :weight bold)))) (shell-prompt-face ((t (:foreground "red4")))) (show-block-face1 ((t (nil)))) (show-block-face2 ((t (nil)))) (show-block-face3 ((t (nil)))) (show-block-face4 ((t (nil)))) (show-block-face5 ((t (nil)))) (show-block-face6 ((t (nil)))) (show-block-face7 ((t (nil)))) (show-block-face8 ((t (nil)))) (show-block-face9 ((t (nil)))) (show-paren-match ((t (:background "st! eelblue3")))) (show-paren-mismatch ((t (:background "purple" :foreground "white")))) (show-tabs-space-face ((t (:foreground "yellow")))) (show-tabs-tab-face ((t (:foreground "red")))) (show-trailing-whitespace ((t (nil)))) (smerge-base-face ((t (:foreground "red")))) (smerge-markers-face ((t (:background "grey85")))) (smerge-mine-face ((t (:foreground "blue")))) (smerge-other-face ((t (:foreground "darkgreen")))) (special-string-face ((t (nil)))) (speedbar-button-face ((t (:foreground "seashell2")))) (speedbar-directory-face ((t (:foreground "seashell3")))) (speedbar-file-face ((t (:foreground "seashell4")))) (speedbar-highlight-face ((t (:background "dark slate blue" :foreground "wheat")))) (speedbar-selected-face ((t (:foreground "seashell1" :underline t)))) (speedbar-separator-face ((t (:background "blue" :foreground "white" :overline "gray")))) (speedbar-tag-face ((t (:foreground "antique white")))) (strokes-char-face ((t (:background "lightgray")))) (swbuff-current-buf! fer-face ((t (:bold t :foreground "red" :weight bold)))) (template-message-face ((t (:bold t :weight bold)))) (term-black ((t (:foreground "black")))) (term-blackbg ((t (:background "black")))) (term-blue ((t (:foreground "blue")))) (term-blue-bold-face ((t (:bold t :background "snow2" :foreground "blue" :weight bold)))) (term-blue-face ((t (:foreground "blue")))) (term-blue-inv-face ((t (:background "blue")))) (term-blue-ul-face ((t (:background "snow2" :foreground "blue" :underline t)))) (term-bluebg ((t (:background "blue")))) (term-bold ((t (:bold t :weight bold)))) (term-cyan ((t (:foreground "cyan")))) (term-cyan-bold-face ((t (:bold t :background "snow2" :foreground "cyan" :weight bold)))) (term-cyan-face ((t (:foreground "cyan")))) (term-cyan-inv-face ((t (:background "cyan")))) (term-cyan-ul-face ((t (:background "snow2" :foreground "cyan" :underline t)))) (term-cyanbg ((t (:background "cyan")))) (term-default ((t (:background "DarkSlateGray" :foreground "palegreen" :inverse-video nil :box nil :strike-through nil :overline nil :underl! ine nil :slant normal :weight normal :width normal :family "outline-lucida sans typewriter")))) (term-default-bg ((t (nil)))) (term-default-bg-inv ((t (nil)))) (term-default-bold-face ((t (:bold t :background "snow2" :foreground "darkslategray" :weight bold)))) (term-default-face ((t (:background "snow2" :foreground "darkslategray")))) (term-default-fg ((t (nil)))) (term-default-fg-inv ((t (nil)))) (term-default-inv-face ((t (:background "darkslategray" :foreground "snow2")))) (term-default-ul-face ((t (:background "snow2" :foreground "darkslategray" :underline t)))) (term-green ((t (:foreground "green")))) (term-green-bold-face ((t (:bold t :background "snow2" :foreground "green" :weight bold)))) (term-green-face ((t (:foreground "green")))) (term-green-inv-face ((t (:background "green")))) (term-green-ul-face ((t (:background "snow2" :foreground "green" :underline t)))) (term-greenbg ((t (:background "green")))) (term-invisible ((t (nil)))) (term-invisible-inv ((t (nil)))! ) (term-magenta ((t (:foreground "magenta")))) (term-magenta-bold-face ((t (:bold t :background "snow2" :foreground "magenta" :weight bold)))) (term-magenta-face ((t (:foreground "magenta")))) (term-magenta-inv-face ((t (:background "magenta")))) (term-magenta-ul-face ((t (:background "snow2" :foreground "magenta" :underline t)))) (term-magentabg ((t (:background "magenta")))) (term-red ((t (:foreground "red")))) (term-red-bold-face ((t (:bold t :background "snow2" :foreground "red" :weight bold)))) (term-red-face ((t (:foreground "red")))) (term-red-inv-face ((t (:background "red")))) (term-red-ul-face ((t (:background "snow2" :foreground "red" :underline t)))) (term-redbg ((t (:background "red")))) (term-underline ((t (:underline t)))) (term-white ((t (:foreground "white")))) (term-white-bold-face ((t (:bold t :background "snow2" :foreground "white" :weight bold)))) (term-white-face ((t (:foreground "white")))) (term-white-inv-face ((t (:background "snow2")))) (term-white- ul-face ((t (:background "snow2" :foreground "white" :underline t)))) ! (term-whitebg ((t (:background "white")))) (term-yellow ((t (:foreground "yellow")))) (term-yellow-bold-face ((t (:bold t :background "snow2" :foreground "yellow" :weight bold)))) (term-yellow-face ((t (:foreground "yellow")))) (term-yellow-inv-face ((t (:background "yellow")))) (term-yellow-ul-face ((t (:background "snow2" :foreground "yellow" :underline t)))) (term-yellowbg ((t (:background "yellow")))) (tex-math-face ((t (:foreground "RosyBrown")))) (texinfo-heading-face ((t (:foreground "Blue")))) (text-cursor ((t (:background "Red3" :foreground "white")))) (tool-bar ((t (:background "#eaeaea" :foreground "black" :box (:line-width 1 :style released-button))))) (tooltip ((t (:background "lightyellow" :foreground "black" :height 100 :family "lucida sans")))) (trailing-whitespace ((t (:background "red1")))) (underline ((t (:underline t)))) (variable-pitch ((t (:family "helv")))) (vc-annotate-face-0046FF ((t (:background "black" :foreground "wheat")))) (vcursor ((t (:backgr! ound "cyan" :foreground "blue" :underline t)))) (vertical-border ((t (nil)))) (vertical-divider ((t (:background "Gray80")))) (vhdl-font-lock-attribute-face ((t (:foreground "Orchid")))) (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue")))) (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4")))) (vhdl-font-lock-function-face ((t (:foreground "Orchid4")))) (vhdl-font-lock-generic-/constant-face ((t (nil)))) (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red" :weight bold)))) (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange" :weight bold)))) (vhdl-font-lock-translate-off-face ((t (:background "LightGray")))) (vhdl-font-lock-type-face ((t (nil)))) (vhdl-font-lock-variable-face ((t (nil)))) (vhdl-speedbar-architecture-face ((t (:foreground "Blue")))) (vhdl-speedbar-architecture-selected-face ((t (:foreground "Blue" :underline t)))) (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod")))) (vhdl-speedbar-configuration-selected -face ((t (:foreground "DarkGoldenrod" :underline t)))) (vhdl-speedbar! -entity-face ((t (:foreground "ForestGreen")))) (vhdl-speedbar-entity-selected-face ((t (:foreground "ForestGreen" :underline t)))) (vhdl-speedbar-instantiation-face ((t (:foreground "Brown")))) (vhdl-speedbar-instantiation-selected-face ((t (:foreground "Brown" :underline t)))) (vhdl-speedbar-package-face ((t (:foreground "Grey50")))) (vhdl-speedbar-package-selected-face ((t (:foreground "Grey50" :underline t)))) (vhdl-speedbar-subprogram-face ((t (nil)))) (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black")))) (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black")))) (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen")))) (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black")))) (viper-search-face ((t (:background "khaki" :foreground "Black")))) (vm-header-content-face ((t (:italic t :foreground "gray80" :slant italic)))) (vm-header-from-face ((t (:italic t :background "#658! 89C" :foreground "cyan" :slant italic)))) (vm-header-name-face ((t (:foreground "cyan")))) (vm-header-subject-face ((t (:foreground "cyan")))) (vm-header-to-face ((t (:italic t :foreground "cyan" :slant italic)))) (vm-message-cited-face ((t (:foreground "Gray80")))) (vm-monochrome-image ((t (nil)))) (vm-summary-face-1 ((t (:foreground "MediumAquamarine")))) (vm-summary-face-2 ((t (:foreground "MediumAquamarine")))) (vm-summary-face-3 ((t (:foreground "MediumAquamarine")))) (vm-summary-face-4 ((t (:foreground "MediumAquamarine")))) (vm-summary-highlight-face ((t (:foreground "White")))) (vm-xface ((t (:background "white" :foreground "black")))) (vmpc-pre-sig-face ((t (:foreground "forestgreen")))) (vmpc-sig-face ((t (:foreground "steelblue")))) (vvb-face ((t (:background "pink" :foreground "black")))) (w3m-anchor-face ((t (:bold t :foreground "DodgerBlue1" :weight bold)))) (w3m-arrived-anchor-face ((t (:bold t :foreground "DodgerBlue3" :weight bold)))) (w3m-header-line-locati on-content-face ((t (:background "dark olive green" :foreground "wheat! ")))) (w3m-header-line-location-title-face ((t (:background "dark olive green" :foreground "beige")))) (which-func ((t (:foreground "Blue1")))) (white ((t (:foreground "white")))) (widget ((t (:background "gray75")))) (widget-button ((t (:bold t :weight bold)))) (widget-button-pressed ((t (:foreground "red1")))) (widget-documentation ((t (:foreground "lime green")))) (widget-field ((t (:background "dim gray")))) (widget-inactive ((t (:foreground "grey70")))) (widget-single-line-field ((t (:background "dim gray")))) (woman-addition-face ((t (:foreground "orange")))) (woman-bold-face ((t (:bold t :foreground "sky blue" :weight bold)))) (woman-italic-face ((t (:foreground "deep sky blue")))) (woman-unknown-face ((t (:foreground "LightSalmon")))) (x-face ((t (:background "white")))) (x-symbol-adobe-fontspecific-face ((t (nil)))) (x-symbol-face ((t (nil)))) (x-symbol-heading-face ((t (nil)))) (x-symbol-info-face ((t (nil)))) (x-symbol-invisible-face ((t (nil)))) (x-symbol-reveal! ed-face ((t (nil)))) (xrdb-option-name-face ((t (:foreground "red")))) (xrdb-option-value-face ((t (nil)))) (xref-keyword-face ((t (:foreground "blue")))) (xref-list-default-face ((t (nil)))) (xref-list-pilot-face ((t (:foreground "navy")))) (xref-list-symbol-face ((t (:foreground "navy")))) (xsl-fo-alternate-face ((t (nil)))) (xsl-fo-main-face ((t (nil)))) (xsl-other-element-face ((t (nil)))) (xsl-xslt-alternate-face ((t (nil)))) (xsl-xslt-main-face ((t (nil)))) (xxml-emph-1-face ((t (:background "lightyellow")))) (xxml-emph-2-face ((t (:background "lightyellow")))) (xxml-header-1-face ((t (:background "seashell1" :foreground "MediumAquamarine")))) (xxml-header-2-face ((t (:background "seashell1" :foreground "SkyBlue")))) (xxml-header-3-face ((t (:background "seashell1")))) (xxml-header-4-face ((t (:background "seashell1")))) (xxml-interaction-face ((t (:background "lightcyan")))) (xxml-rug-face ((t (:background "cyan")))) (xxml-sparkle-face ((t (:background "yellow")))) (x xml-unbreakable-space-face ((t (:foreground "grey" :underline t)))) (y! ellow ((t (:foreground "yellow")))) (zmacs-region ((t (:background "DarkSlateBlue"))))) (font . "-apple-monaco-medium-r-normal--12-120-72-72-m-120-iso10646-1") (tool-bar-lines . 0))))) '(aquamacs-styles-mode t nil (color-theme)) '(fancy-splash-delay 0) '(inhibit-startup-screen t) '(make-backup-files nil) '(one-buffer-one-frame-mode nil nil (aquamacs-frame-setup)) '(save-place t nil (saveplace)) '(tab-width 4) '(tabbar-mode t nil (tabbar)) '(tool-bar-mode nil nil (tool-bar)) '(transient-mark-mode t) '(uniquify-buffer-name-style (quote forward) nil (uniquify)) '(which-function-mode nil nil (which-func))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) ;; for compatibility with older Aquamacs versions (defvar aquamacs-140-custom-file-upgraded t) (unless (fboundp 'auto-detect-longlines) (defun auto-detect-longlines () t)) From carolinerhummel at yahoo.com Sat Mar 21 18:15:47 2009 From: carolinerhummel at yahoo.com (Caroline Wiley) Date: Sat Mar 21 18:20:07 2009 Subject: [OS X Emacs] .Rnw files in Aquamacs font problem Message-ID: I have changed my default font and size to Monospace 14. I have been using Aquamacs for a very long time and only with the past 1.7 upgrade have I had a problem with the default font I set. In .Rnw files the font size will sporadically change to 13 then back to 14. This makes it very inconvenient for scrolling. The font is stable for all other file types (.R, .tex) and only seems to be an issue with .Rnw. Any suggestions? From cadonna at inf.unibz.it Sun Mar 22 08:57:19 2009 From: cadonna at inf.unibz.it (Bruno Cadonna) Date: Sun Mar 22 09:35:09 2009 Subject: [OS X Emacs] enable hard wrap for latex-mode... Message-ID: Hi, I use Aquamacs 1.7 on MacOs X 10.5.6. I would like to have hard wrap enabled only for latex mode. If I add turn-on-auto-fill to LaTeX-mode-hook through the "Customize AUCTeX" menu the following things happen: - to customizations.el the following line is added: '(LaTeX-mode-hook (quote (preview-mode-setup smart-dnd-latex #[nil "\300\301!\207" [TeX-fold-mode t] 2] LaTeX-install-toolbar turn-on-bib-cite turn-on-reftex turn-on-auto-fill))) - In the customization interface under LaTex-mode-hook the following appears: LaTeX-mode-hook: '(preview-mode-setup smart-dnd-latex #[nil "\300\301!\207" [TeX-fold-mode t] 2] LaTeX-install-toolbar turn-on-bib-cite turn-on-reftex turn-on-auto-fill) State: SAVED and set. (mismatch) Note the word "mismatch" in parenthesis! - if I open a .tex file the major mode seems to be "Fundamental" and the minor modes "Wrap Spc", although in the menu bar the "LaTeX" and "Command" entry do appear. The rest of my customization.el is after my signature and my Preferences.el is empty. Does anyone have a suggestion? Cheers, Bruno The rest of my customization.el is here: (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(LaTeX-mode-hook (quote (preview-mode-setup smart-dnd-latex #[nil "\300\301!\207" [TeX-fold-mode t ] 2] LaTeX-install-toolbar turn-on-bib-cite turn-on-reftex turn-on-auto-fill))) '(aquamacs-additional-fontsets nil t) '(aquamacs-customization-version-id 172 t) '(transient-mark-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) From david.reitter at gmail.com Sun Mar 22 12:26:16 2009 From: david.reitter at gmail.com (David Reitter) Date: Sun Mar 22 12:26:28 2009 Subject: [OS X Emacs] Aquamacs Upgrade Loses Font Options In-Reply-To: References: Message-ID: <90A4F77D-DB1E-4C00-8594-D9E05B07B924@gmail.com> On Mar 21, 2009, at 11:49 AM, Ken Mankoff wrote: > I just upgraded from Aquamacs 1.5 (based on GNU Emacs 22.3.2) to > Aqumacs 1.7 (based on 22.3.1). All my font face and theme options > seem to be ignored. > > If I run the old version the colors I had chosen are used, so they > are in the preferences file, they are just not being respected by > the current version, or new defaults have been installed so my "use > as default" isn't being defaulted to. Ken, I had a look at the customization file you sent me off list. (The file was corrupted, but I assume that this was your e-mail program rather than anything else.) I would recommend that you do M-x color-theme-select and choose the desired color theme (I guess this is where the settings came from originally). You can save options, and the settings will be preserved. The plethora of face settings set by color themes are not imported from pre-1.6 versions, since they are no longer mode-specific (because it doesn't make that much sense to set all those faces specifically in major modes, even though only one major mode uses these faces in the first place.) Refer to the change log for a more detailed explanation. Mode-specific frame parameters are imported, but to make it work users may have to add this: (defvar aquamacs-default-styles nil) to the top of their customizations.el (or their .emacs - NOT Preferences.el in this case). Apologies for not being able to provide a perfectly smooth transition; the technical improvement in version 1.6 didn't allow a complete import given limited development resources. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090322/04043c66/smime.bin From mankoff at gmail.com Sun Mar 22 12:39:46 2009 From: mankoff at gmail.com (Ken Mankoff) Date: Sun Mar 22 12:39:49 2009 Subject: [OS X Emacs] Aquamacs Upgrade Loses Font Options In-Reply-To: <90A4F77D-DB1E-4C00-8594-D9E05B07B924@gmail.com> References: <90A4F77D-DB1E-4C00-8594-D9E05B07B924@gmail.com> Message-ID: On Sun, 22 Mar 2009, David Reitter wrote: > The plethora of face settings set by color themes are not imported > from pre-1.6 versions OK. It is always nice if upgrades happen smoothly, and hopefully in the future they will most of the time, but I understand. > I would recommend that you do M-x color-theme-select and choose > the desired color theme (I guess this is where the settings came > from originally). You can save options, and the settings will be > preserved. New issue: I've loaded a LaTeX file to see how each theme works. I do M-x color-theme-select, my buffer splits in two (or perhaps more correctly my frame splits into two buffers?). As I go down the list hitting enter to see each one, I realize that often I am not seeing the theme correctly. For example, if I chose the "Black" theme, about 50% of the theme changes depending on the theme I had *previously* selected to preview. Obviously Black isn't defining every possible thing and the defaults from the previous selection stay. I can make sure I'm seeing a theme correctly by saving, quitting, and restarting, but it is a bit of a hassle. Anyway, all is fixed and working now. Thanks for an explanation of the issue. -k. From david.reitter at gmail.com Sun Mar 22 12:28:20 2009 From: david.reitter at gmail.com (David Reitter) Date: Sun Mar 22 12:54:09 2009 Subject: [OS X Emacs] .Rnw files in Aquamacs font problem In-Reply-To: References: Message-ID: On Mar 21, 2009, at 6:15 PM, Caroline Wiley wrote: > I have changed my default font and size to Monospace 14. I have been > using > Aquamacs for a very long time and only with the past 1.7 upgrade > have I had a > problem with the default font I set. In .Rnw files the font size will > sporadically change to 13 then back to 14. This makes it very > inconvenient for > scrolling. The font is stable for all other file types (.R, .tex) > and only seems > to be an issue with .Rnw. Any suggestions? I suspect that there is a mode-specific face in place for some of the major modes used within Rnw files. If I remember correctly, Rnw does switch major modes for different parts of the buffer - is that right? If so, setting the face (Options / Appearance) for all fonts involved (R/ESS and latex I guess) to the same font / height should address the problem. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090322/7842607a/smime.bin From david.reitter at gmail.com Sun Mar 22 16:59:19 2009 From: david.reitter at gmail.com (David Reitter) Date: Sun Mar 22 16:59:30 2009 Subject: [OS X Emacs] enable hard wrap for latex-mode... In-Reply-To: References: Message-ID: Bruno, On Mar 22, 2009, at 8:57 AM, Bruno Cadonna wrote: > - to customizations.el the following line is added: > '(LaTeX-mode-hook (quote (preview-mode-setup smart-dnd-latex #[nil > "\300\301!\207" [TeX-fold-mode t] 2] LaTeX-install-toolbar turn-on- > bib-cite > turn-on-reftex turn-on-auto-fill))) > > - In the customization interface under LaTex-mode-hook the following > appears: > > LaTeX-mode-hook: > '(preview-mode-setup smart-dnd-latex > #[nil "\300\301!\207" > [TeX-fold-mode t] > 2] > LaTeX-install-toolbar turn-on-bib-cite turn-on-reftex turn-on- > auto-fill) > > State: SAVED and set. (mismatch) > > Note the word "mismatch" in parenthesis! > > - if I open a .tex file the major mode seems to be "Fundamental" and > the minor > modes "Wrap Spc", although in the menu bar the "LaTeX" and "Command" > entry do > appear. It appears that the "preview" package adds its setup function to this hook when it is loaded, but it isn't loaded until after the hook is executed. That's the design of AUCTeX, which will only work if you load the preview package prior to using LaTeX. Try adding this: (autoload 'preview-mode-setup "preview") to your Preferences.el file. - David -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090322/84f149b4/smime.bin From cadonna at inf.unibz.it Mon Mar 23 06:00:29 2009 From: cadonna at inf.unibz.it (Bruno Cadonna) Date: Mon Mar 23 06:00:47 2009 Subject: [OS X Emacs] Re: enable hard wrap for latex-mode... References: Message-ID: David, David Reitter gmail.com> writes: > > Bruno, > > On Mar 22, 2009, at 8:57 AM, Bruno Cadonna wrote: > > - to customizations.el the following line is added: > > '(LaTeX-mode-hook (quote (preview-mode-setup smart-dnd-latex #[nil > > "\300\301!\207" [TeX-fold-mode t] 2] LaTeX-install-toolbar turn-on- > > bib-cite > > turn-on-reftex turn-on-auto-fill))) > > > > - In the customization interface under LaTex-mode-hook the following > > appears: > > > > LaTeX-mode-hook: > > '(preview-mode-setup smart-dnd-latex > > #[nil "\300\301!\207" > > [TeX-fold-mode t] > > 2] > > LaTeX-install-toolbar turn-on-bib-cite turn-on-reftex turn-on- > > auto-fill) > > > > State: SAVED and set. (mismatch) > > > > Note the word "mismatch" in parenthesis! > > > > - if I open a .tex file the major mode seems to be "Fundamental" and > > the minor > > modes "Wrap Spc", although in the menu bar the "LaTeX" and "Command" > > entry do > > appear. > > It appears that the "preview" package adds its setup function to this > hook when it is loaded, but it isn't loaded until after the hook is > executed. That's the design of AUCTeX, which will only work if you > load the preview package prior to using LaTeX. > > Try adding this: > > (autoload 'preview-mode-setup "preview") > > to your Preferences.el file. Thank you! It works now! I added (autoload 'preview-mode-setup "preview") to my Preferences.el. Moreover, I added turn-off-word-wrap to the LaTeX-mode-hook because otherwise I had soft word wrap and hard word wrap enabled simultaneously when I opened .tex files which was not really a problem since the buffer behaved like only hard wrap were enabled. I just wanted to eliminate all sources which potentially could lead to strange behaviour. For all others that want to have hard word wrap enabled by default only for latex mode I posted my Preferences.el and customization.el after my signature. Cheers, Bruno customization.el: custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(LaTeX-mode-hook (quote (preview-mode-setup smart-dnd-latex #[nil "\300\301!\207" [TeX-fold-mode t ] 2] LaTeX-install-toolbar turn-on-bib-cite turn-on-reftex turn-on-auto-fill turn-off-word-wrap))) '(aquamacs-additional-fontsets nil t) '(aquamacs-customization-version-id 172 t) '(transient-mark-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) Preferences.el: ; This is the Aquamacs Preferences file. ;; Add Emacs-Lisp code here that should be executed whenever ;; you start Aquamacs Emacs. If errors occur, Aquamacs will stop ;; evaluating this file and print errors in the *Messags* buffer. ;; Use this file in place of ~/.emacs (which is loaded as well.) (autoload 'preview-mode-setup "preview") From carolinerhummel at yahoo.com Tue Mar 24 03:39:25 2009 From: carolinerhummel at yahoo.com (Caroline Wiley) Date: Tue Mar 24 03:39:45 2009 Subject: [OS X Emacs] Re: .Rnw files in Aquamacs font problem References: Message-ID: David Reitter gmail.com> writes: > > On Mar 21, 2009, at 6:15 PM, Caroline Wiley wrote: > > > I have changed my default font and size to Monospace 14. I have been > > using > > Aquamacs for a very long time and only with the past 1.7 upgrade > > have I had a > > problem with the default font I set. In .Rnw files the font size will > > sporadically change to 13 then back to 14. This makes it very > > inconvenient for > > scrolling. The font is stable for all other file types (.R, .tex) > > and only seems > > to be an issue with .Rnw. Any suggestions? > > I suspect that there is a mode-specific face in place for some of the > major modes used within Rnw files. If I remember correctly, Rnw does > switch major modes for different parts of the buffer - is that right? > If so, setting the face (Options / Appearance) for all fonts involved > (R/ESS and latex I guess) to the same font / height should address the > problem. > > -- > http://aquamacs.org -- Aquamacs: Emacs on Mac OS X > http://aquamacs.org/donate -- Could we help you? Return the favor and > support the Aquamacs Project! > Attachment (smime.p7s): application/pkcs7-signature, 2193 bytes > > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs email.esm.psu.edu > http://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx > Yes, .Rnw file switch between Latex-mode and ESS-mode. I've tried setting the fonts for all major modes, but it does not appear to address the problem. Additionally, in working with long .Rnw files, I'm running into freezing issues keyboard instability, and it not recognizing the correct major mode within the .Rnw file. If I close the file, then reopen, it seems to operate correctly for a little, only to revert back to the same issues. Interestingly, when I switch to another file in the buffer (like a .R) everything is fine. So it's definitely an issue with .Rnw files only. I reverted back to version 1.5 and all problems with the .Rnw files go away. From fusion at mx6.tiki.ne.jp Tue Mar 31 11:03:49 2009 From: fusion at mx6.tiki.ne.jp (Jean-Christophe Helary) Date: Tue Mar 31 11:41:18 2009 Subject: [OS X Emacs] spellcheck on Aquamacs ? Message-ID: <1A61EE0F-1D94-43F7-9092-5CE0668CF41A@mx6.tiki.ne.jp> For some reason ispell does not seem to work: "Wrong argument: stringp nil" I've tried it with the French dictionary as well as with the English one. Also, I seem to remember that we had spellchecking items in the Edit menu. Where (why ?) are they gone ? Jean-Christophe Helary From gall at spookyhill.net Tue Mar 31 12:04:45 2009 From: gall at spookyhill.net (Norm Gall) Date: Tue Mar 31 12:33:43 2009 Subject: [OS X Emacs] LaTeX toolbar problem In-Reply-To: <1A61EE0F-1D94-43F7-9092-5CE0668CF41A@mx6.tiki.ne.jp> References: <1A61EE0F-1D94-43F7-9092-5CE0668CF41A@mx6.tiki.ne.jp> Message-ID: Ok. I think I am just overlooking the obvious here because I simply cannot find anyone else talking about this specific problem. I got the new Carbon Emacs (2009) when it came out. When I loaded a .tex document, the toolbar had an undo icon, a separator, and then the standard latex icons. I used to have cut, copy, and paste icons on the right hand side of that separator. So I go to the customisation for that a-list (Customize Group: Tex Tool Bar, Tex Bar Latex Buttons). I find a check box list: [ ] open-file [ ] save-buffer [X] cut [X] copy [X] paste [X] undo [X] [separator nil] [X] latex [X] next-error [X] view [X] file [X] bibtex [ ] clean [ ] latex-symbols-experimental So, I turn off undo and the separator. Save, relaunch, undo and separator are gone from the toolbar (as expected). So, I turn cut copy paste on, undo off, separator on. All I see is the separator and the standard LaTeX icons. I continue to fool around trying to get anything more than the undo to show on the right side of the separator. No joy. My question is precisely what is going on here? Is there a bug in AucTeX that gags on those first 5 options? They seem to show up fine in text mode. Any help or insights would be most welcome. Thanks in advance, Norm Gall From Peter_Dyballa at Web.DE Tue Mar 31 19:00:24 2009 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Tue Mar 31 19:00:31 2009 Subject: [OS X Emacs] LaTeX toolbar problem In-Reply-To: References: <1A61EE0F-1D94-43F7-9092-5CE0668CF41A@mx6.tiki.ne.jp> Message-ID: <1A2F13DC-4034-455C-86D8-47694F729FB2@Web.DE> Am 31.03.2009 um 18:04 schrieb Norm Gall: > So I go to the customisation for that a-list (Customize Group: Tex > Tool Bar, Tex Bar Latex Buttons). I'm not using the latest version of Carbon Emacs (still on Tiger), but I am using the latest AUCTeX (11.85). And I can't see a customisation option for the tool-bar ... Could it be that you edit an object of Emacs' own TeX and LaTeX modes? This is not available when AUCTeX is activated. -- Greetings Pete Clovis' Consideration of an Atmospheric Anomaly: The perversity of nature is nowhere better demonstrated than by the fact that, when exposed to the same atmosphere, bread becomes hard while crackers become soft. From saptarshi.guha at gmail.com Tue Mar 31 15:58:52 2009 From: saptarshi.guha at gmail.com (Saptarshi Guha) Date: Tue Mar 31 19:26:47 2009 Subject: [OS X Emacs] No colored text forr org-publish, htmlize, Aquamacs batch-mode Message-ID: <1e7471d50903311258y6a52f35cod2e3faa187277609@mail.gmail.com> Hello, i have some org-files which contain #+BEGIN_SRC R snippets. When i execute org-publish via Aquamacs (running as a GUI), i get colored output that reflects Aquamacs GUI font-lock mode. However, I also sometimes do a batch mode publish /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -l ~/orgpub.el -batch --eval '(org-publish (assoc "rhipe" org-publish-project-alist))' Though the text is fontified the fonts are those that I would have got had my terminal been colorless (though running -nw and R-mode is fully colored) e.g <- is underlined. Q: How can I force htmlize to use the color-scheme of GUI Aquamacs? Thank you in advance Saptarshi Guha From gall at spookyhill.net Tue Mar 31 20:15:49 2009 From: gall at spookyhill.net (Norm Gall) Date: Tue Mar 31 20:15:55 2009 Subject: [OS X Emacs] LaTeX toolbar problem In-Reply-To: <1A2F13DC-4034-455C-86D8-47694F729FB2@Web.DE> References: <1A61EE0F-1D94-43F7-9092-5CE0668CF41A@mx6.tiki.ne.jp> <1A2F13DC-4034-455C-86D8-47694F729FB2@Web.DE> Message-ID: On 31-Mar-09, at 5:00 PM, Peter Dyballa wrote: > > Am 31.03.2009 um 18:04 schrieb Norm Gall: > >> So I go to the customisation for that a-list (Customize Group: Tex >> Tool Bar, Tex Bar Latex Buttons). > > I'm not using the latest version of Carbon Emacs (still on Tiger), > but I am using the latest AUCTeX (11.85). And I can't see a > customisation option for the tool-bar ... Could it be that you edit > an object of Emacs' own TeX and LaTeX modes? This is not available > when AUCTeX is activated. It is on my installation: stock Carbon Emacs (2009) from http://homepage.mac.com/zenitani/emacs-e.html Activate AUCTeX, from the menu LaTeX > Customize AUCTeX > Browse Options Then click on Go to Group for TeX Tool Bar Then click on Show Value for Tex Bar Latex Buttons -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2528 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20090331/8542419c/smime.bin