From timothyhsu at earthlink.net Thu May 8 20:31:01 2008 From: timothyhsu at earthlink.net (Timothy Hsu) Date: Thu May 8 20:31:06 2008 Subject: [OS X Emacs] Default frame width for frames created with C-x C-f how Message-ID: <7EAC4848-9682-4FAF-8799-C73B2D6D07B5@earthlink.net> Hi, I've been using aquamacs for a while now, and just upgraded to 1.3. I know very little about how it works, so this question may be pretty stupid. After the upgrade, it seems that by default, new frames appear with width 56 instead of width 80, especially if I make a frame using C-x C-f. This did not happen before I upgraded. I have tried changing my .emacs file and my Preferences.el file by adding: (smart-frame-positioning-mode nil) (setq default-frame-alist '((width . 80) (height . 55))) (setq initial-frame-alist '((width . 80) (height . 55))) (setq aquamacs-auto-frame-parameters nil) (I put that code at the end of both files). Any suggestions? If, as some google searches seem to suggest, this is being overridden by major modes or something like that, how do I change the alist (or whatever the analogue is) for the different major modes? Thanks, and apologies for being ignorant, Tim From pdfinn at uwm.edu Thu May 8 22:39:29 2008 From: pdfinn at uwm.edu (pdfinn@uwm.edu) Date: Thu May 8 23:41:39 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs Message-ID: Hello everyone, I've been running Emacs under the Mac OS X terminal for a while and managed to get AUCTeX setup and working with La/XeTex thanks to help of some you on this list. I recently switched over to Carbon Emacs and now, when processing a XeTeX document I get the following complaint: This is XeTeX, Version 3.141592-2.2-0.995 (Web2C 7.5.5) entering extended mode ! I can't find file `" -interaction=nonstopmode"'. XeTeX then asks for an alternative file name. Everything was working fine (and still does) when Gnu Emacs is run through the terminal. Any advice on what to look into? Thanks in advance, Peter From Peter_Dyballa at Web.DE Fri May 9 04:31:30 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Fri May 9 04:31:38 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: References: Message-ID: Am 09.05.2008 um 04:39 schrieb pdfinn@uwm.edu: > Any advice on what to look into? Try to customise your changes again! Notice the syntax used by the standard TeX commands. -- Mit friedvollen Grüßen Pete <\ \__ O __O | O\ _\\/\-% _`\<, '()-'-(_)--(_) (_)/(_) From geoffrey.ferrari at googlemail.com Fri May 9 10:21:35 2008 From: geoffrey.ferrari at googlemail.com (Geoffrey Ferrari) Date: Fri May 9 10:21:38 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: References: Message-ID: <930d91430805090721t1dc10759t8d3c1831c4b14817@mail.gmail.com> I had this same problem. I think it arises because Carbon Emacs does not set the path variable in Emacs, whereas Aquamacs does, so Carbon Emacs can't find your TeX executable. There is a discussion of a (in my opinion, overly complicated) solution on I solved my problem my manually setting my path in my .emacs as follows: (setenv "PATH" (concat (getenv "PATH") "/bin:/sbin:/usr/bin:....") There are a few ways to find what path string you want to you here. Fire up terminal and type echo $PATH is one possibility. Geoff On Fri, May 9, 2008 at 3:39 AM, wrote: > > Hello everyone, > > I've been running Emacs under the Mac OS X terminal for a while and managed to get > AUCTeX setup and working with La/XeTex thanks to help of some you on this list. I > recently switched over to Carbon Emacs and now, when processing a XeTeX document I > get the following complaint: > > This is XeTeX, Version 3.141592-2.2-0.995 (Web2C 7.5.5) > entering extended mode > ! I can't find file `" -interaction=nonstopmode"'. > > XeTeX then asks for an alternative file name. Everything was working fine (and > still does) when Gnu Emacs is run through the terminal. Any advice on what to > look into? > > Thanks in advance, > 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 > > From hindiogine at gmail.com Fri May 9 11:35:01 2008 From: hindiogine at gmail.com (Salvatore Enrico Indiogine) Date: Fri May 9 12:03:16 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: References: Message-ID: <62622fe70805090835o4ebb4a9bia648f4ec3e833c12@mail.gmail.com> Peter: 2008/5/8 : > I've been running Emacs under the Mac OS X terminal for a while and managed to get > AUCTeX setup and working with La/XeTex thanks to help of some you on this list. I > recently switched over to Carbon Emacs and now, when processing a XeTeX document I > get the following complaint: Just curious. Any reason you prefer Carbon Emacs over Aquamacs? Thanks, Enrico -- Enrico Indiogine Mathematics Education Texas A&M University hindiogine@gmail.com From pdfinn at uwm.edu Fri May 9 12:38:45 2008 From: pdfinn at uwm.edu (pdfinn@uwm.edu) Date: Fri May 9 17:37:01 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: References: Message-ID: Thanks, problem solved. How very foolish of me. Peter At Fri, 9 May 2008 10:31:30 +0200, Peter Dyballa wrote: > > > Am 09.05.2008 um 04:39 schrieb pdfinn@uwm.edu: > > > Any advice on what to look into? > > > Try to customise your changes again! Notice the syntax used by the > standard TeX commands. > > -- > Mit friedvollen Grüßen > > Pete > <\ > \__ O __O > | O\ _\\/\-% _`\<, > '()-'-(_)--(_) (_)/(_) > > > _____________________________________________________________ > 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 pdfinn at uwm.edu Fri May 9 20:18:12 2008 From: pdfinn at uwm.edu (pdfinn@uwm.edu) Date: Fri May 9 20:18:31 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: <62622fe70805090835o4ebb4a9bia648f4ec3e833c12@mail.gmail.com> References: <62622fe70805090835o4ebb4a9bia648f4ec3e833c12@mail.gmail.com> Message-ID: Enrico, I've tried Aquamacs as well---a very fine program. Two reasons come to mind: first, and most importantly, I'm at the point now where I seldom leave Emacs to do anything, and so I like working with Emacs full-screen. I find this minimizes external distractions and maximizes screen real estate with the tool bars and Mac menu bar hidden. In the past I did this by running Emacs in iTerm, which has full screen support (but of course, cannot display images, or previews through AUCTeX). Carbon Emacs has a full screen capability that works as I want it to. Now I know Aquamacs also has full screen support, but only in the development builds; and Aquamacs crashes whenever I try to enable this feature. (Hopefully this will be fixed in the next release.) Second, it seems the key difference between Carbon Emacs and Aquamacs (apart from the API) is Aquamacs' intent to be more ``Mac like;'' this is a noble aim, but is not really a feature which concerns me, since I have learned and am comfortable with the traditional Emacs commands. For, now I'm using what I think best fits my needs. If you think there is a compelling reason to consider Aquamacs that I may be unaware of, I would welcome your views. Thanks, Peter At Fri, 9 May 2008 10:35:01 -0500, Salvatore Enrico Indiogine wrote: > > Peter: > > 2008/5/8 : > > I've been running Emacs under the Mac OS X terminal for a while and managed to get > > AUCTeX setup and working with La/XeTex thanks to help of some you on this list. I > > recently switched over to Carbon Emacs and now, when processing a XeTeX document I > > get the following complaint: > > Just curious. Any reason you prefer Carbon Emacs over Aquamacs? > > Thanks, > Enrico > > > -- > Enrico Indiogine > > Mathematics Education > Texas A&M University > hindiogine@gmail.com > _____________________________________________________________ > 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 May 10 02:19:33 2008 From: david.reitter at gmail.com (David Reitter) Date: Sat May 10 02:26:57 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: References: <62622fe70805090835o4ebb4a9bia648f4ec3e833c12@mail.gmail.com> Message-ID: Peter, On 10 May 2008, at 01:18, pdfinn@uwm.edu wrote: > Now I know > Aquamacs also has full screen support, but only in the development > builds; and > Aquamacs crashes whenever I try to enable this feature. (Hopefully > this will be > fixed in the next release.) We can only fix things if people like you report bugs; up to now I was unaware of any crashes related to full screen editing. If you're on a PPC Mac and run nightly builds from us, you will not have the full screen function at all, but it also shouldn't crash. A proper bug report to aquamacs-bug@aquamacs.org would be much appreciated. Please post the stack trace you get by clicking on "Report to Apple" in the post-crash dialog (just copy & paste the information out of the window), describe the system that you are using (PPC/Intel, OS version) and do all of this using the "Send Bug Report" function in Aquamacs' Help menu. Thanks for your assistance. -- 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 pdfinn at uwm.edu Sat May 10 18:55:19 2008 From: pdfinn at uwm.edu (pdfinn@uwm.edu) Date: Sat May 10 18:55:39 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: References: <62622fe70805090835o4ebb4a9bia648f4ec3e833c12@mail.gmail.com> Message-ID: Hello David, I have an Intel MacBook Pro, running Tiger 10.4.11. I cannot replicate the bug using the latest developer builds. I do recall however, that Aquamacs only crashed when the mac-toggle-full-frame command was run---the Command-Shift-Return command was (and still is) reported as undefined. The command now works for me using last night's build---and the full-screen display look great, nice job. The GNU-Emacs-nightly installer clobbered my copy of Carbon Emacs though (which calls itself ``Emacs.'') It might be nice if the installer had an installation notice about this (at least where it planed to put things)---though (Carbon) Emacs really should have a distinct name. (I've tried renaming Carbon Emacs, but that breaks things, so at present I cannot run both programs interchangeably without adjustments each time.) In Aquamacs, my Wanderlust MUA component and w3m are not working---so for now I'm going to stick with Carbon Emacs where they do. I'll keep an eye on Aquamacs' development though. Regards, Peter At Sat, 10 May 2008 07:19:33 +0100, David Reitter wrote: > > Peter, > > On 10 May 2008, at 01:18, pdfinn@uwm.edu wrote: > > > Now I know > > Aquamacs also has full screen support, but only in the development > > builds; and > > Aquamacs crashes whenever I try to enable this feature. (Hopefully > > this will be > > fixed in the next release.) > > We can only fix things if people like you report bugs; up to now I was > unaware of any crashes related to full screen editing. > > If you're on a PPC Mac and run nightly builds from us, you will not > have the full screen function at all, but it also shouldn't crash. > > A proper bug report to aquamacs-bug@aquamacs.org would be much > appreciated. Please post the stack trace you get by clicking on > "Report to Apple" in the post-crash dialog (just copy & paste the > information out of the window), describe the system that you are using > (PPC/Intel, OS version) and do all of this using the "Send Bug Report" > function in Aquamacs' Help menu. > > Thanks for your assistance. > > > -- > 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 May 10 19:45:02 2008 From: david.reitter at gmail.com (David Reitter) Date: Sat May 10 19:45:12 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: References: <62622fe70805090835o4ebb4a9bia648f4ec3e833c12@mail.gmail.com> Message-ID: <47273BA4-E91D-4D5A-90ED-76F8FF5947A0@gmail.com> On 10 May 2008, at 23:55, pdfinn@uwm.edu wrote: > > I have an Intel MacBook Pro, running Tiger 10.4.11. I cannot > replicate the bug > using the latest developer builds. Good. > I do recall however, that Aquamacs only > crashed when the mac-toggle-full-frame command was run Yes, but that's been fixed. > ---the Command-Shift-Return > command was (and still is) reported as undefined. That's strange. When you type C-h k A-S-Return, do you also get a message that it is undefined? That shouldn't be. Would you please examine the appropriate keymap by typing C-h v osx-key-mode-map RET? You should see a line that says (A-S-return . aquamacs-toggle-full-frame) among many other bindings. Thanks for your help. > The command now works for me > using last night's build---and the full-screen display look great, > nice job. With "command", you mean M-x mac-toggle-full-frame RET, right? > The > GNU-Emacs-nightly installer clobbered my copy of Carbon Emacs though > (which calls > itself ``Emacs.'') It might be nice if the installer had an > installation notice > about this (at least where it planed to put things)---though > (Carbon) Emacs really > should have a distinct name. Yes, that would be nice, but GNU Emacs is developed and provided as is and the GNU project does not have another installer. As I see it, GNU Emacs serves as basis for the distributions and is rarely used by end users. > In Aquamacs, my Wanderlust MUA component and w3m are not working--- > so for now I'm > going to stick with Carbon Emacs where they do. They should work without problems. I know that people have installed w3m successfully; either package would go into /Library/Application Support/Aquamacs Emacs/... and you would need "require" statements in your Preferences.el to load them. If you post a description of the error you're getting, people on this list might be able to help out. -- 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 pdfinn at uwm.edu Sun May 11 13:49:20 2008 From: pdfinn at uwm.edu (pdfinn@uwm.edu) Date: Sun May 11 13:49:41 2008 Subject: [OS X Emacs] AUCTeX-XeTeX broken after switch to Carbon Emacs In-Reply-To: <47273BA4-E91D-4D5A-90ED-76F8FF5947A0@gmail.com> References: <62622fe70805090835o4ebb4a9bia648f4ec3e833c12@mail.gmail.com> <47273BA4-E91D-4D5A-90ED-76F8FF5947A0@gmail.com> Message-ID: At Sun, 11 May 2008 00:45:02 +0100, David Reitter wrote: > > ---the Command-Shift-Return > > command was (and still is) reported as undefined. > > That's strange. When you type C-h k A-S-Return, do you also get a > message that it is undefined? > That shouldn't be. Would you please examine the appropriate keymap by > typing C-h v osx-key-mode-map RET? > You should see a line that says > > (A-S-return . aquamacs-toggle-full-frame) > > among many other bindings. > Thanks for your help. I'm trying to look into this, but having a problem with Aquamacs launching now. Aquamacs starts up, but then I get the following (from *Message* buffer): ("/Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs") eval-buffer: Symbol's value as variable is void: carbon-emacs-package-portable-mode At this point, if I attempt to check the variable osx-key-mode-map I get no match. It does not seem Aquamacs is getting very far with its initialization. What do you make of this? Is this a conflict with my Carbon Emacs? > > The command now works for me > > using last night's build---and the full-screen display look great, > > nice job. > > With "command", you mean M-x mac-toggle-full-frame RET, right? Yes, that's correct. > > In Aquamacs, my Wanderlust MUA component and w3m are not working--- > > so for now I'm > > going to stick with Carbon Emacs where they do. > > They should work without problems. I know that people have installed > w3m successfully; either package would go into /Library/Application > Support/Aquamacs Emacs/... and you would need "require" statements in > your Preferences.el to load them. > > If you post a description of the error you're getting, people on this > list might be able to help out. Thanks, I'll start a new thread to deal with these. From jaydonnell at yahoo.com Mon May 12 09:53:57 2008 From: jaydonnell at yahoo.com (Jay Donnell) Date: Mon May 12 09:54:01 2008 Subject: [OS X Emacs] ECB and aquamacs windows Message-ID: <456725.47229.qm@web56006.mail.re3.yahoo.com> I'm using ECB with aquamacs and all is good except one minor but terribly frustrating issue. When I open a source file from the ECB directories emacs-window it opens the file in a new OS X window instead of the standard ECB emacs-window. This is only a problem with aquamacs (carbon emacs works fine). I'm an elisp beginner and I haven't been able to figure out why this happens so any pointers will be greatly appreciated. Jay ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ From nathaniel.cunningham at gmail.com Mon May 12 15:25:42 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Mon May 12 15:50:20 2008 Subject: [OS X Emacs] ECB and aquamacs windows In-Reply-To: <456725.47229.qm@web56006.mail.re3.yahoo.com> References: <456725.47229.qm@web56006.mail.re3.yahoo.com> Message-ID: <20ecf6c70805121225l2bf7ce9fjd63dbadc475b2f71@mail.gmail.com> By default, Aquamacs gives a new frame to most new buffers. Do you have Options-->Display Buffers in Separate Frames unchecked? (remember to use Options-->Save Options to make any changes there permanent.) --Nathaniel On Mon, May 12, 2008 at 8:53 AM, Jay Donnell wrote: > I'm using ECB with aquamacs and all is good except one minor but terribly > frustrating issue. When I open a source file from the ECB directories > emacs-window it opens the file in a new OS X window instead of the standard > ECB emacs-window. This is only a problem with aquamacs (carbon emacs works > fine). I'm an elisp beginner and I haven't been able to figure out why this > happens so any pointers will be greatly appreciated. > > Jay > > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > _____________________________________________________________ > 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/20080512/c45c723f/attachment.html From d.stegmueller at gmail.com Tue May 13 05:01:56 2008 From: d.stegmueller at gmail.com (Daniel Stegmueller) Date: Tue May 13 06:02:48 2008 Subject: [OS X Emacs] Aquamacs and applescript Message-ID: Hello List, I have a function using applescript to copy marked parts of a file into an external application. It worked with (Carbon) Emacs but does not work with Aquamacs. Is there an obvious error that I am missing? Best, Daniel Here it is: (defun ado-send-region-to-Stata () (interactive) (copy-region-as-kill (point) (mark)) (do-applescript "try \r tell application \"Finder\" \r set theDummyDo to (((path to desktop folder) as text) & \".eraseme.do\") \r set theContents to the clipboard \r if not (the last character of theContents = return) then \r set theContents to theContents & return \r end if \r end tell \r try \r set the open_target_file to open for access file theDummyDo with write permission \r set eof of the open_target_file to 0 \r write theContents to the open_target_file starting at eof \r close access the open_target_file \r on error \r try \r close access file theDummyDo \r end try \r end try \r tell application \"StataSE\" \r activate \r open file theDummyDo \r end tell \r on error error_message number error_number \r return \"Error: \" & error_number & \". \" & error_message & return \r end try")) From david.reitter at gmail.com Tue May 13 06:46:03 2008 From: david.reitter at gmail.com (David Reitter) Date: Tue May 13 07:13:51 2008 Subject: [OS X Emacs] Aquamacs and applescript In-Reply-To: References: Message-ID: <65EE95EC-4F15-4A40-8F57-35FED8813277@gmail.com> On 13 May 2008, at 10:01, Daniel Stegmueller wrote: > Hello List, > > I have a function using applescript to copy marked parts of a file > into an external application. It worked with (Carbon) Emacs but > does not work with Aquamacs. > Is there an obvious error that I am missing? Yes, your code is buggy. The code relies on `copy-region-as-kill' to copy text into the system- wide pasteboard, which it only does if certain other conditions are true. The code below should do what you want. I don't have Stata (I'm an R person), so I couldn't test the whole thing. - Dave -- 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! (defun ado-send-region-to-Stata () (interactive) (clipboard-kill-ring-save (point) (mark)) (do-applescript "try \r tell application \"Finder\" \r set theDummyDo to (((path to desktop folder) as text) & \".eraseme.do\") \r set theContents to the clipboard \r if not (the last character of theContents = return) then \r set theContents to theContents & return \r end if \r end tell \r try \r set the open_target_file to open for access file theDummyDo with write permission \r set eof of the open_target_file to 0 \r write theContents to the open_target_file starting at eof \r close access the open_target_file \r on error \r try \r close access file theDummyDo \r end try \r end try \r tell application \"StataSE\" \r activate \r open file theDummyDo \r end tell \r on error error_message number error_number \r return \"Error: \" & error_number & \". \" & error_message & return \r end try")) From d.stegmueller at gmail.com Tue May 13 07:33:37 2008 From: d.stegmueller at gmail.com (Daniel Stegmueller) Date: Tue May 13 07:33:48 2008 Subject: [OS X Emacs] Aquamacs and applescript In-Reply-To: <65EE95EC-4F15-4A40-8F57-35FED8813277@gmail.com> References: <65EE95EC-4F15-4A40-8F57-35FED8813277@gmail.com> Message-ID: Dave, thanks a lot! Of course this is nothing compared to the level of integration I have using R and ESS. But there are some things I am only able to do in Stata right now, so I am glad I do not have to leave ESS for that... Daniel Am May 13, 2008 um 12:46 PM schrieb David Reitter: > On 13 May 2008, at 10:01, Daniel Stegmueller wrote: > >> Hello List, >> >> I have a function using applescript to copy marked parts of a file >> into an external application. It worked with (Carbon) Emacs but >> does not work with Aquamacs. >> Is there an obvious error that I am missing? > > Yes, your code is buggy. > The code relies on `copy-region-as-kill' to copy text into the > system-wide pasteboard, which it only does if certain other > conditions are true. > > The code below should do what you want. > I don't have Stata (I'm an R person), so I couldn't test the whole > thing. > > - Dave > > -- > 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! > > > > > (defun ado-send-region-to-Stata () > (interactive) > (clipboard-kill-ring-save (point) (mark)) > (do-applescript "try \r tell application \"Finder\" \r set > theDummyDo to (((path to desktop folder) as text) & \".eraseme.do\") > \r set theContents to the clipboard \r if not (the last character of > theContents = return) then \r set theContents to theContents & > return \r end if \r end tell \r try \r set the open_target_file to > open for access file theDummyDo with write permission \r set eof of > the open_target_file to 0 \r write theContents to the > open_target_file starting at eof \r close access the > open_target_file \r on error \r try \r close access file theDummyDo > \r end try \r end try \r tell application \"StataSE\" \r activate \r > open file theDummyDo \r end tell \r on error error_message number > error_number \r return \"Error: \" & error_number & \". \" & > error_message & return \r end try")) > > > Daniel Stegmueller Landgrafenstr. 14, App.45 60486 Frankfurt a.M. 069/24140381 d.stegmueller@gmail.com From brauer at nordakademie.de Tue May 13 08:30:33 2008 From: brauer at nordakademie.de (Johannes Brauer) Date: Tue May 13 08:50:28 2008 Subject: [OS X Emacs] aquamacs and flyspell In-Reply-To: <59361.6246@email.esm.psu.edu> References: <59361.6246@email.esm.psu.edu> Message-ID: <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> Hi, can anybody tell me what I have to put in my Preferences.el in order to o enter flyspell mode automatically. I tried it with this line: (setq-default flyspell-mode t) But this is not enough. Though the "Check Spelling as you type" option in the edit-spelling menu is activated, fly mode is not. After deactivating and reactivating of the option all works fine. Johannes From jaydonnell at yahoo.com Tue May 13 23:12:55 2008 From: jaydonnell at yahoo.com (Jay Donnell) Date: Tue May 13 23:13:01 2008 Subject: [OS X Emacs] Re: ECB and aquamacs windows Message-ID: <912249.27720.qm@web56010.mail.re3.yahoo.com> This half fixed it. They open in the right window but for some odd reason I have to tell it to open the file twice before it opens it in the edit window. The first time it puts the file name in the history as it should, but not in the edit window. By default, Aquamacs gives a new frame to most new buffers. Do you have Options-->Display Buffers in Separate Frames unchecked? (remember to use Options-->Save Options to make any changes there permanent.) --Nathaniel From iwerning at gmail.com Wed May 14 06:47:35 2008 From: iwerning at gmail.com (Ivan Werning) Date: Wed May 14 07:16:56 2008 Subject: [OS X Emacs] aquamacs and flyspell In-Reply-To: <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> Message-ID: On May 13, 2008, at 8:30 AM, Johannes Brauer wrote: > Hi, > > can anybody tell me what I have to put in my Preferences.el in order > to o enter flyspell mode automatically. > > I tried it with this line: > (setq-default flyspell-mode t) > But this is not enough. Though the "Check Spelling as you type" > option in the edit-spelling menu is activated, fly mode is not. > After deactivating and reactivating of the option all works fine. > Johannes > I've also wondered how to get this working. I tried your line (setq-default flyspell-mode t) and got the same behaviour you describe. I found the following suggested by googling and it works for me: (add-hook 'LaTeX-mode-hook 'flyspell-mode) It starts any Latex buffer with flyspell mode. I hope this helps. From david.reitter at gmail.com Wed May 14 07:59:47 2008 From: david.reitter at gmail.com (David Reitter) Date: Wed May 14 07:59:54 2008 Subject: [OS X Emacs] aquamacs and flyspell In-Reply-To: References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> Message-ID: On 14 May 2008, at 11:47, Ivan Werning wrote: > I found the following suggested by googling and it works for me: > (add-hook 'LaTeX-mode-hook 'flyspell-mode) > It starts any Latex buffer with flyspell mode. I hope this helps. What Johannes described is a real bug (in the Aquamacs interface). You can do M-x customize-option RET text-mode-hook RET and enable the "flyspell" option with one click. This should then enable it for all text files. Does one ever need spelling (by default) outside of text-derived modes? Text modes include LaTeX, HTML, and the like, but not programming modes. - D -- 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 brauer at nordakademie.de Wed May 14 08:10:18 2008 From: brauer at nordakademie.de (Johannes Brauer) Date: Wed May 14 08:10:23 2008 Subject: [OS X Emacs] aquamacs and flyspell In-Reply-To: References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> Message-ID: <54FB5562-F70D-4A08-A1F0-F64DDD2C6CEE@nordakademie.de> Am 14.05.2008 um 13:59 schrieb David Reitter: > On 14 May 2008, at 11:47, Ivan Werning wrote: >> I found the following suggested by googling and it works for me: >> (add-hook 'LaTeX-mode-hook 'flyspell-mode) >> It starts any Latex buffer with flyspell mode. I hope this helps. > > What Johannes described is a real bug (in the Aquamacs interface). > > You can do M-x customize-option RET text-mode-hook RET > > and enable the "flyspell" option with one click. > > This should then enable it for all text files. > > Does one ever need spelling (by default) outside of text-derived > modes? I don't think so > > > Text modes include LaTeX, HTML, and the like, but not programming > modes. These are the only modes I use (usually). Johannes From iwerning at gmail.com Wed May 14 08:35:49 2008 From: iwerning at gmail.com (Ivan Werning) Date: Wed May 14 08:36:02 2008 Subject: [OS X Emacs] aquamacs and flyspell In-Reply-To: References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> Message-ID: <1F637D28-5C29-4D71-B087-672C99E61229@gmail.com> On May 14, 2008, at 7:59 AM, David Reitter wrote: > On 14 May 2008, at 11:47, Ivan Werning wrote: >> I found the following suggested by googling and it works for me: >> (add-hook 'LaTeX-mode-hook 'flyspell-mode) >> It starts any Latex buffer with flyspell mode. I hope this helps. > > What Johannes described is a real bug (in the Aquamacs interface). > > You can do M-x customize-option RET text-mode-hook RET > > and enable the "flyspell" option with one click. > > This should then enable it for all text files. > > Does one ever need spelling (by default) outside of text-derived > modes? > > Text modes include LaTeX, HTML, and the like, but not programming > modes. This worked great for me and that's all I need. From iwerning at gmail.com Wed May 14 08:38:49 2008 From: iwerning at gmail.com (Ivan Werning) Date: Wed May 14 09:05:44 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> Message-ID: <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> I have two simple questions 1. Can I configure aquamacs not to open a scratch buffer? I always have to close this buffer and never use it. 2. Also, can I configure aquamacs to open all the files that were previously open when I last quit aquamacs? (I love this option in Skim) Thanks! -Ivan From david.reitter at gmail.com Wed May 14 09:31:30 2008 From: david.reitter at gmail.com (David Reitter) Date: Wed May 14 09:31:41 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> Message-ID: <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> On 14 May 2008, at 13:38, Ivan Werning wrote: > > 1. Can I configure aquamacs not to open a scratch buffer? I always > have to close this buffer and never use it. Have you tried inserting a (kill-buffer) into your Preferences.el file? > 2. Also, can I configure aquamacs to open all the files that were > previously open when I last quit aquamacs? (I love this option in > Skim) Check out (desktop-save) and (desktop-read). I think turning on desktop-save-mode in your Preferences.el is enough: (desktop-save-mode 1) -- 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 iwerning at gmail.com Wed May 14 16:34:33 2008 From: iwerning at gmail.com (Ivan Werning) Date: Wed May 14 16:40:54 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> Message-ID: <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> On May 14, 2008, at 9:31 AM, David Reitter wrote: > On 14 May 2008, at 13:38, Ivan Werning wrote: >> >> 1. Can I configure aquamacs not to open a scratch buffer? I always >> have to close this buffer and never use it. > > Have you tried inserting a (kill-buffer) into your Preferences.el > file? > This didn't work. I put it as the first line and got an error next time I opened. >> 2. Also, can I configure aquamacs to open all the files that were >> previously open when I last quit aquamacs? (I love this option in >> Skim) > > Check out (desktop-save) and (desktop-read). > > I think turning on desktop-save-mode in your Preferences.el is enough: > > (desktop-save-mode 1) This seems to work somewhat, but I'm not sure if it does correctly or as intended. The first time I closed down it asked if I want to save the desktop (with a prompt in a minibuffer). Can it be setup so I am not asked? So it is saved automatically and quits instantly? In any case, next times I closed down it didn't ask me that again, which I found odd, given the first prompt. But the main problem seems to be that subsequent loading of aquamacs seem to open teh buffers but not the frames. For example, if I had to buffers open in separate frames and I quit, then when I open up again I get only one frame with one of the buffers (moreover, the size of this frame is not the size it used to be, instead it seems to be the default scratch frame size). If I then use the Buffer menu to go to the other buffer, it opens the other frame (in this case, sometimes remembering the frame size). Is the fact that it doesn't open teh frames to be expected. I think the remembering of size and positions of frames may be a separate issue unrelated to the fact that the frames just don't pop open automatically. I've had this problem of frame size/position for a while, tried to solve it and failed. -Ivan From nathaniel.cunningham at gmail.com Wed May 14 17:07:41 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Wed May 14 17:15:03 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> Message-ID: <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> On Wed, May 14, 2008 at 3:34 PM, Ivan Werning wrote: > > On May 14, 2008, at 9:31 AM, David Reitter wrote: >> >> >> Have you tried inserting a (kill-buffer) into your Preferences.el file? >> >> > This didn't work. I put it as the first line and got an error next time I > opened. > putting (kill-buffer "*scratch*") into Preferences.el worked for me. (The *Messages* buffer is then the only existing buffer, so it will be visible until another file is opened, if you launch Aquamacs without opening a file.) > (desktop-save-mode 1) > This seems to work somewhat, but I'm not sure if it does correctly or as > intended. > Sounds like desktop-save-mode is working as expected. You only get queried once about saving the desktop file; subsequently it will use the same file to save buffer settings, without asking you. desktop-save-mode keeps track of buffers (and some global variables) between sessions, but it doesn't really know about frames. --Nathaniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080514/0ecf3e3d/attachment.html From iwerning at gmail.com Wed May 14 22:37:27 2008 From: iwerning at gmail.com (Ivan Werning) Date: Wed May 14 23:06:33 2008 Subject: [OS X Emacs] upgrade issues In-Reply-To: <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> Message-ID: I just upgraded from 1.2 to 1.3 (actually the nightly build). Seems like there are a lot of great improvements! However, just a few problems: 1. when I change the font, the font no longer changes on the divider between the buffer and mini buffer, where the file name is etc. (forget what that is called) 2. Everytime I open Aquamacs I get the "Donate prompt" (despite it's promise to only appear once) and I also get the Help window with the list of changes in version 1.3. (this happens even when I load my old 1.2!) -Ivan From rolandw at mac.com Thu May 15 01:49:49 2008 From: rolandw at mac.com (Roland Whitehead) Date: Thu May 15 03:46:05 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: <20080514190003.AB4C3E6E13@email> References: <20080514190003.AB4C3E6E13@email> Message-ID: <413A20B4-1E12-427C-B46C-4D56DC9CE988@mac.com> On 14 May 2008, at 20:00, David Reitter wrote: >> 2. Also, can I configure aquamacs to open all the files that were >> previously open when I last quit aquamacs? (I love this option in >> Skim) > > Check out (desktop-save) and (desktop-read). > > I think turning on desktop-save-mode in your Preferences.el is enough: > > (desktop-save-mode 1) or, of course, M-x customize-option RET desktop-save-mode RET if you don't want to mess with Preferences.el Roland From iwerning at gmail.com Fri May 16 07:30:14 2008 From: iwerning at gmail.com (Ivan Werning) Date: Fri May 16 07:30:27 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> Message-ID: <46E45BDE-36FE-4732-A935-B7A2DC9F27CB@gmail.com> On May 14, 2008, at 5:07 PM, Nathaniel Cunningham wrote: > > Sounds like desktop-save-mode is working as expected. You only get > queried once about saving the desktop file; subsequently it will use > the same file to save buffer settings, without asking you. > > desktop-save-mode keeps track of buffers (and some global variables) > between sessions, but it doesn't really know about frames. > > --Nathaniel Thanks. So is there any other way then of getting my buffers with their frame positions loaded automatically (just like my last quit) when I open Aquamacs? -Ivan From david.reitter at gmail.com Fri May 16 09:10:57 2008 From: david.reitter at gmail.com (David Reitter) Date: Fri May 16 09:11:04 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: <46E45BDE-36FE-4732-A935-B7A2DC9F27CB@gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> <46E45BDE-36FE-4732-A935-B7A2DC9F27CB@gmail.com> Message-ID: <8FDFCD34-72DD-41D7-B223-5D1548A7104C@gmail.com> On 16 May 2008, at 12:30, Ivan Werning wrote: > So is there any other way then of getting my buffers with their > frame positions loaded automatically (just like my last quit) when I > open Aquamacs? I don't know if there is a package that does just that, but in principle, everything is in place in Aquamacs to do that. Frame positions are saved automatically (smart-frame-positioning mode), one- buffer-one-frame-mode will automatically show files in their own frames. But desktop-read doesn't seem to do the right thing. Technically, it shouldn't be all that hard. You merely need to store the window settings (including what buffer is shown where) for each frame, along with frame-local variables / parameters (which include size, position, some colors) and all the frame-specific faces. This is pretty easy to obtain and to serialize, and easy enough to restore. The Desktop package seems to handle the rest. If anyone was to extend desktop.el to do these things, we'd be more than interested in including that in Aquamacs. It would make a fine contribution to GNU Emacs in general, if you can put up with a lot of additional coding constraints. -- 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 nathaniel.cunningham at gmail.com Fri May 16 10:10:46 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Fri May 16 10:11:00 2008 Subject: [OS X Emacs] aquamacs scratch buffer In-Reply-To: <8FDFCD34-72DD-41D7-B223-5D1548A7104C@gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> <46E45BDE-36FE-4732-A935-B7A2DC9F27CB@gmail.com> <8FDFCD34-72DD-41D7-B223-5D1548A7104C@gmail.com> Message-ID: <20ecf6c70805160710t714c93d8if6e23bc77ff50114@mail.gmail.com> On 16 May 2008, at 12:30, Ivan Werning wrote: So is there any other way then of getting my buffers with their frame > positions loaded automatically (just like my last quit) when I open > Aquamacs? > There are a couple of old packages that attempt this; while they may not work as-is, they might provide some guidance for implementing frame restoration: http://www.emacswiki.org/cgi-bin/wiki/frame-restore.el http://ftp.gnu.org/old-gnu/emacs/windows/docs/ntemacs/contrib/desktop-frame.el --Nathaniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080516/7bc83201/attachment.html From kuepper.jochen at googlemail.com Fri May 16 11:05:08 2008 From: kuepper.jochen at googlemail.com (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Fri May 16 11:21:00 2008 Subject: [OS X Emacs] hunspell Message-ID: <0E2433F0-AFCF-4F7C-B9DF-B62CEA1836D5@googlemail.com> Looking for comments... I just thought I let everybody know that I seem to be able to use hunspell (part of MacPorts) with Aquamacs using the following configuration; any comments on how to do this better? (eval-after-load "ispell" (progn (setq ispell-dictionary "american" ispell-extra-args '("-a" "-i" "utf-8") ispell-silently-savep t ispell-dictionary-alist '((nil ; default "[A-Za-z]" "[^A-Za-z]" "[']" t ("-d" "en_US" "-i" "utf-8") nil utf-8) ("american" ; Yankee English "[A-Za-z]" "[^A-Za-z]" "[']" t ("-d" "en_US" "-i" "utf-8") nil utf-8) ("british" ; British English "[A-Za-z]" "[^A-Za-z]" "[']" t ("-d" "en_GB" "-i" "utf-8") nil utf-8) ("german" "[a-zäöüßA-ZÄÖÜ]" "[^a-zäöüßA-ZÄÖÜ]" "[']" t ("-d" "de_DE" "-i" "utf-8") nil utf-8) ("german8" "[a-zäöüßA-ZÄÖÜ]" "[^a-zäöüßA-ZÄÖÜ]" "[']" t ("-d" "de_DE" "-i" "utf-8") nil utf-8) ))) (setq-default ispell-program-name "hunspell") Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll From agw at comcast.net Sat May 17 21:40:48 2008 From: agw at comcast.net (Art Werschulz) Date: Sat May 17 21:56:51 2008 Subject: [OS X Emacs] default window size In-Reply-To: <8FDFCD34-72DD-41D7-B223-5D1548A7104C@gmail.com> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> <46E45BDE-36FE-4732-A935-B7A2DC9F27CB@gmail.com> <8FDFCD34-72DD-41D7-B223-5D1548A7104C@gmail.com> Message-ID: <0BD42229-216D-487E-9C6D-F533B78A26FE@comcast.net> Hi. How does one set the default window size (number of rows and columns)? Thanks. Art Werschulz 207 Stoughton Avenue, Cranford NJ 07016-2838 (908) 272-1146 From nathaniel.cunningham at gmail.com Sat May 17 22:39:42 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Sat May 17 23:04:11 2008 Subject: [OS X Emacs] default window size In-Reply-To: <0BD42229-216D-487E-9C6D-F533B78A26FE@comcast.net> References: <59361.6246@email.esm.psu.edu> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> <46E45BDE-36FE-4732-A935-B7A2DC9F27CB@gmail.com> <8FDFCD34-72DD-41D7-B223-5D1548A7104C@gmail.com> <0BD42229-216D-487E-9C6D-F533B78A26FE@comcast.net> Message-ID: <20ecf6c70805171939tca5ee7k4544d0a5b97f71d8@mail.gmail.com> in your Preferences.el or .emacs: (setq default-frame-alist '( (width . 88) (height . 49) )) to set 88 characters wide, 49 rows high. --Nathaniel On Sat, May 17, 2008 at 8:40 PM, Art Werschulz wrote: > Hi. > > How does one set the default window size (number of rows and columns)? > > Thanks. > > > Art Werschulz > 207 Stoughton Avenue, Cranford NJ 07016-2838 > (908) 272-1146 > > > > _____________________________________________________________ > 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/20080517/b39c364f/attachment.html From srandby at uakron.edu Sat May 17 23:58:48 2008 From: srandby at uakron.edu (srandby@uakron.edu) Date: Sun May 18 00:27:54 2008 Subject: [OS X Emacs] default window size In-Reply-To: <0BD42229-216D-487E-9C6D-F533B78A26FE@comcast.net> References: <59361.6246@email.esm.psu.edu> <8589CC04-79AA-4DFC-92E2-9F7FE46F4611@nordakademie.de> <1CE28411-DE6B-4739-A7B1-606D8A821CE2@gmail.com> <37D33592-E448-482F-B697-935422ACB2C5@gmail.com> <41E8BD7F-69F6-4EFA-95A7-BAFC0BB3E0FE@gmail.com> <20ecf6c70805141407w63afa4c5x18865efad61b49bf@mail.gmail.com> <46E45BDE-36FE-4732-A935-B7A2DC9F27CB@gmail.com> <8FDFCD34-72DD-41D7-B223-5D1548A7104C@gmail.com> <0BD42229-216D-487E-9C6D-F533B78A26FE@comcast.net> Message-ID: <482FA978.2000009@uakron.edu> Add something like the following to your .emacs file: '(initial-frame-alist (quote ((width . 140) (left . 260) (height . 45) (top . 1)))) Scott Randby Art Werschulz wrote: > Hi. > > How does one set the default window size (number of rows and columns)? > > Thanks. > > > Art Werschulz > 207 Stoughton Avenue, Cranford NJ 07016-2838 > (908) 272-1146 > > > > ------------------------------------------------------------------------ > > _____________________________________________________________ > 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 brauer at nordakademie.de Tue May 20 04:22:58 2008 From: brauer at nordakademie.de (Johannes Brauer) Date: Tue May 20 04:23:08 2008 Subject: [OS X Emacs] Problem with compile region or compile buffer (auctex) in aquamacs In-Reply-To: <59361.6246@email.esm.psu.edu> References: <59361.6246@email.esm.psu.edu> Message-ID: <84A84786-8E65-4713-A666-C925F1429F01@nordakademie.de> Hi, when I try to Latex compile a region (Ctrl-c Ctrl-r) or a buffer (Ctrl- c Ctrl-b) blank lines in the latex source file are ignored, so I get the whohe text in one paragraph. It seems to me that the file _regiion_.tex generated by Ctrl-c Ctrl-r or Ctrl-c Ctrl-b does not contain any line breaks. Compiling the whole document (Ctrl-c Ctrl-c) works fine (of course). Is that a known problem? Johannes From Peter_Dyballa at Web.DE Tue May 20 08:29:47 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Tue May 20 08:29:54 2008 Subject: [OS X Emacs] Problem with compile region or compile buffer (auctex) in aquamacs In-Reply-To: <84A84786-8E65-4713-A666-C925F1429F01@nordakademie.de> References: <59361.6246@email.esm.psu.edu> <84A84786-8E65-4713-A666-C925F1429F01@nordakademie.de> Message-ID: Am 20.05.2008 um 10:22 schrieb Johannes Brauer: > Is that a known problem? No. BTW, is it documented that preview-latex works on "normal" text? I thought it's meant to visualise mathematical formulae ... and for me it does not seem to work on a paragraph of text. You probably meant to be using C-c C-p C-r or C-c C-p C-b? Could you provide a complete (with preamble) minimal example? Could you also report this as a preview-latex bug from its menu? Which versions of TeX and Ghostscript and Emacs and Mac OS X are you using? Most answers can be found in the *mail* buffer from creating the bug report. -- Mit friedvollen Grüßen Pete Almost anything is easier to get into than out of. ? Allen's Law From brauer at nordakademie.de Tue May 20 15:49:17 2008 From: brauer at nordakademie.de (Johannes Brauer) Date: Tue May 20 15:49:27 2008 Subject: [OS X Emacs] Problem with compile region or compile buffer (auctex) in aquamacs In-Reply-To: References: <59361.6246@email.esm.psu.edu> <84A84786-8E65-4713-A666-C925F1429F01@nordakademie.de> Message-ID: <834752B2-A7B8-4194-96BA-07C0FBE305F6@nordakademie.de> Am 20.05.2008 um 14:29 schrieb Peter Dyballa: >> Is that a known problem? > > No. BTW, is it documented that preview-latex works on "normal" text? > I thought it's meant to visualise mathematical formulae ... and for > me it does not seem to work on a paragraph of text. In my opinion the problem I posted has nothing to do with preview-latex. > You probably meant to be using C-c C-p C-r or C-c C-p C-b? No, I qote the Auctex-Manual: 3.2.4 Running LaTeX on parts of your document --------------------------------------------- If you want to check how some part of your text looks like, and do not want to wait until the whole document has been typeset, then mark it as a region and use `C-c C-r'. It behaves just like `C-c C-c', but it only uses the document preamble and the region you marked. If you are using `\include' or `\input' to structure your document, try `C-c C-b' while you are editing one of the included files. It will run `latex' only on the current buffer, using the preamble from the master file. Mit freundlichen Grüßen Johannes Brauer From iwerning at gmail.com Tue May 20 16:23:07 2008 From: iwerning at gmail.com (Ivan Werning) Date: Tue May 20 16:23:14 2008 Subject: [OS X Emacs] hard line fill problem Message-ID: <9C80B2A8-8372-452D-9698-6CC0A58ED9DD@gmail.com> I am having trouble with my hard line auto fill. I use the latest Aquamacs. I have the hard line autofill set on Hard Word wrap automatically. However, whenever I open a file and start typing a paragraph, or hit Option+q to refill an old paragraph, it seems to do the fill with the wrong number of characters per line, it goes to about 50. If I then toggle the hard word wrap auto fill off and then back on, I get the expected behavior of around 72 lines. What is going on? I definitely never had this problem before. Please help! I do have '(text-mode-hook (quote (turn-on-flyspell turn-on-auto-fill))) in my customization.el file, which I did not set manually but rather by going to the text-mode-hook option was set by editing the relevant customization option. But this happened even without the "turn-on-auto- fill" or the "turn-on-flyspell". That is, it happens even if I remove this line from customization.el (aquamacs sets auto fill as default), or equivalently go through the customization options that does that. -Ivan From Peter_Dyballa at Web.DE Wed May 21 16:18:41 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Wed May 21 16:20:02 2008 Subject: [OS X Emacs] Problem with compile region or compile buffer (auctex) in aquamacs In-Reply-To: <834752B2-A7B8-4194-96BA-07C0FBE305F6@nordakademie.de> References: <59361.6246@email.esm.psu.edu> <84A84786-8E65-4713-A666-C925F1429F01@nordakademie.de> <834752B2-A7B8-4194-96BA-07C0FBE305F6@nordakademie.de> Message-ID: Am 20.05.2008 um 21:49 schrieb Johannes Brauer: > If you want to check how some part of your text looks like, and do not > want to wait until the whole document has been typeset, then mark > it as > a region and use `C-c C-r'. It behaves just like `C-c C-c', but it > only uses the document preamble and the region you marked. The documentation seems to be wrong. I can't produce a PNG preview of a text region. All I get are external _region_ files. -- Mit friedvollen Grüßen Pete Alles Vernünftige ist einfach; alles Komplizierte ist überflüssig. (M. Kalaschnikow) From iwerning at gmail.com Thu May 22 00:09:04 2008 From: iwerning at gmail.com (Ivan Werning) Date: Thu May 22 00:15:46 2008 Subject: [OS X Emacs] Re: hard line fill problem In-Reply-To: <9C80B2A8-8372-452D-9698-6CC0A58ED9DD@gmail.com> References: <9C80B2A8-8372-452D-9698-6CC0A58ED9DD@gmail.com> Message-ID: <61C1AB3B-7190-4384-8AB5-1ED693EBA618@gmail.com> Following up on this problem... I have discovered a clue: that when I start a new buffer or open any existing buffer my local setting for column-fill is at 50! However, the global default is at 70. I don't know why or how the local one is always set at 50. It is really annoying. I have changed the local value by doing C-u 70 C-c f (to set it to 70) or by just turning off the hard fill and then turning it back on. After doing that I get the expected behavior with a column of 70. I can't find anything unusual or with the number 50 in my customization.el or preference.el or .emacs (in fact, I have an empty .emacs file). Any ideas? Any help much appreciated. Thanks -Ivan On May 20, 2008, at 4:23 PM, Ivan Werning wrote: > I am having trouble with my hard line auto fill. I use the latest > Aquamacs. > > I have the hard line autofill set on Hard Word wrap automatically. > However, whenever I open a file and start typing a paragraph, or hit > Option+q to refill an old paragraph, it seems to do the fill with > the wrong number of characters per line, it goes to about 50. If I > then toggle the hard word wrap auto fill off and then back on, I get > the expected behavior of around 72 lines. > > What is going on? I definitely never had this problem before. Please > help! > > I do have > '(text-mode-hook (quote (turn-on-flyspell turn-on-auto-fill))) > in my customization.el file, which I did not set manually but rather > by going to the text-mode-hook option was set by editing the > relevant customization option. But this happened even without the > "turn-on-auto-fill" or the "turn-on-flyspell". That is, it happens > even if I remove this line from customization.el (aquamacs sets auto > fill as default), or equivalently go through the customization > options that does that. > > -Ivan From brauer at nordakademie.de Thu May 22 05:46:10 2008 From: brauer at nordakademie.de (Johannes Brauer) Date: Thu May 22 05:46:44 2008 Subject: [OS X Emacs] Problem with compile region or compile buffer (auctex) in aquamacs In-Reply-To: References: <59361.6246@email.esm.psu.edu> <84A84786-8E65-4713-A666-C925F1429F01@nordakademie.de> <834752B2-A7B8-4194-96BA-07C0FBE305F6@nordakademie.de> Message-ID: <44AE1A18-C1FC-4467-A1C4-BD2FE8A0B19D@nordakademie.de> Am 21.05.2008 um 22:18 schrieb Peter Dyballa: > > Am 20.05.2008 um 21:49 schrieb Johannes Brauer: > >> If you want to check how some part of your text looks like, and do >> not >> want to wait until the whole document has been typeset, then mark >> it as >> a region and use `C-c C-r'. It behaves just like `C-c C-c', but it >> only uses the document preamble and the region you marked. > > The documentation seems to be wrong. I can't produce a PNG preview > of a text region. All I get are external _region_ files. In the meantime I tried to build an minimal example which reproduces the error. But now I am not able to reproduce it at all. I cannot reestablish the state of my original file such that the error I posted occurs. All works fine. The documentation is correct. If you mark a region and type 'C-c C-r' a _region_.tex file is generated and compiled into _region_.pdf. The - region_.tex file contains the Latex preamble and the marked text. Mit freundlichen Grüßen Johannes From david.reitter at gmail.com Thu May 22 07:06:17 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu May 22 07:06:32 2008 Subject: [OS X Emacs] Re: hard line fill problem In-Reply-To: <61C1AB3B-7190-4384-8AB5-1ED693EBA618@gmail.com> References: <9C80B2A8-8372-452D-9698-6CC0A58ED9DD@gmail.com> <61C1AB3B-7190-4384-8AB5-1ED693EBA618@gmail.com> Message-ID: On 22 May 2008, at 05:09, Ivan Werning wrote: > I have discovered a clue: that when I start a new buffer or open any > existing buffer my local setting for column-fill is at 50! However, > the global default is at 70. I don't know why or how the local one > is always set at 50. It is really annoying. I have changed the local > value by doing C-u 70 C-c f (to set it to 70) or by just turning off > the hard fill and then turning it back on. After doing that I get > the expected behavior with a column of 70. Thanks for complaining. This is / was a real bug and I've checked in a change just now. If you download the nightly build this evening (Intel) or tomorrow (PPC), you should find that the problem is gone. -- 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 Peter_Dyballa at Web.DE Thu May 22 08:21:00 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Thu May 22 08:21:43 2008 Subject: [OS X Emacs] Problem with compile region or compile buffer (auctex) in aquamacs In-Reply-To: <44AE1A18-C1FC-4467-A1C4-BD2FE8A0B19D@nordakademie.de> References: <59361.6246@email.esm.psu.edu> <84A84786-8E65-4713-A666-C925F1429F01@nordakademie.de> <834752B2-A7B8-4194-96BA-07C0FBE305F6@nordakademie.de> <44AE1A18-C1FC-4467-A1C4-BD2FE8A0B19D@nordakademie.de> Message-ID: Am 22.05.2008 um 11:46 schrieb Johannes Brauer: > The documentation is correct. If you mark a region and type 'C-c C- > r' a _region_.tex file is generated and compiled into > _region_.pdf. The -region_.tex file contains the Latex preamble and > the marked text. And different to mathematical content the region of text is not substituted by a PNG image. It's not really preview-latex ... -- Mit friedvollen Grüßen Pete Nazionalismus ist die Religion der armen Schweine From iwerning at gmail.com Thu May 22 08:27:29 2008 From: iwerning at gmail.com (Ivan Werning) Date: Thu May 22 08:27:37 2008 Subject: [OS X Emacs] Re: hard line fill problem In-Reply-To: References: <9C80B2A8-8372-452D-9698-6CC0A58ED9DD@gmail.com> <61C1AB3B-7190-4384-8AB5-1ED693EBA618@gmail.com> Message-ID: <37ED8CDA-7015-401E-B73F-7AC60DA86435@gmail.com> On May 22, 2008, at 7:06 AM, David Reitter wrote: > > Thanks for complaining. This is / was a real bug and I've checked > in a change just now. If you download the nightly build this > evening (Intel) or tomorrow (PPC), you should find that the problem > is gone. Great, what a relief. Thanks David. -Ivan From dschlimm at gmail.com Thu May 22 13:32:38 2008 From: dschlimm at gmail.com (Dirk Schlimm) Date: Thu May 22 14:06:16 2008 Subject: [OS X Emacs] aspell 0.60.6 error: "The key f-tex-command" is unkonwn Message-ID: I just downloaded the newests aspell (to work with aquamacs), but get the above error. Any suggestions? - Dirk Mac OS X (10.5.2) From david.reitter at gmail.com Thu May 22 15:58:08 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu May 22 15:58:16 2008 Subject: [OS X Emacs] aspell 0.60.6 error: "The key f-tex-command" is unkonwn In-Reply-To: References: Message-ID: <4D1464D7-7C1C-4D8C-844C-4E73BCE8AE9F@gmail.com> Dear Dirk, On 22 May 2008, at 18:32, Dirk Schlimm wrote: > I just downloaded the newests aspell (to work with aquamacs), but > get the above > error. Any suggestions? Please download the latest nightly build from the Aquamacs website and try again. We have much improved aspell support in that version. Any follow-ups should go to the Aquamacs bugs mailing list. Thanks - David From nathaniel.cunningham at gmail.com Thu May 22 16:16:15 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Thu May 22 16:45:35 2008 Subject: [OS X Emacs] aspell 0.60.6 error: "The key f-tex-command" is unkonwn In-Reply-To: References: Message-ID: <20ecf6c70805221316p58677788j90f14c27592ea3d6@mail.gmail.com> Looks like this is a reported bug in 0.60.6: http://sourceforge.net/tracker/index.php?func=detail&aid=1964141&group_id=245&atid=100245 No follow-ups yet to the week-old report. --Nathaniel On Thu, May 22, 2008 at 11:32 AM, Dirk Schlimm wrote: > I just downloaded the newests aspell (to work with aquamacs), but get the > above > error. Any suggestions? > > - Dirk > > Mac OS X (10.5.2) > > > _____________________________________________________________ > 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/20080522/b04f7489/attachment.html From kuepper.jochen at googlemail.com Thu May 22 17:41:40 2008 From: kuepper.jochen at googlemail.com (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Thu May 22 18:08:49 2008 Subject: aspell bug (was: [OS X Emacs] aspell 0.60.6 error: "The key f-tex-command" is unkonwn) In-Reply-To: References: Message-ID: On 22.05.2008, at 19:32, Dirk Schlimm wrote: > I just downloaded the newests aspell (to work with aquamacs), but > get the above > error. Any suggestions? That's an aspell bug, not Emacs! The samme error occurs on the comand- line... I have reported it to the aspell bug-tracker, no response yet! I switched to hunspell instead - it's "better" anyway; I have implemented it in MacPorts and posted my (initial) configuration here some days ago. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll From dschlimm at gmail.com Fri May 23 08:16:47 2008 From: dschlimm at gmail.com (Dirk Schlimm) Date: Fri May 23 08:16:57 2008 Subject: [OS X Emacs] Re: aspell bug (was: aspell 0.60.6 error: "The key f-tex-command" is unkonwn) References: Message-ID: Thanks for all your replies. Yes, it's aspell that's not working, it has nothing to do with emacs. Sorry for the confusion. I will try hunspell. - Dirk From bgm-rao at ieee.org Sat May 24 00:23:46 2008 From: bgm-rao at ieee.org (BGM Rao) Date: Sat May 24 00:44:34 2008 Subject: [OS X Emacs] Full screen. Message-ID: <618169E2-2B9B-4C0D-810E-F8C025D5CDF9@ieee.org> Is there a method to get the Aquamacs into full screen mode (no window borders, see attached pic)? I looked around, but did not find a solution. Thanks -------------- next part -------------- A non-text attachment was scrubbed... Name: pastedGraphic.png Type: image/png Size: 10718 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080524/85de089c/pastedGraphic.png -------------- next part -------------- From iwerning at gmail.com Sat May 24 08:46:32 2008 From: iwerning at gmail.com (Ivan Werning) Date: Sat May 24 10:37:51 2008 Subject: [OS X Emacs] Full screen. In-Reply-To: <618169E2-2B9B-4C0D-810E-F8C025D5CDF9@ieee.org> References: <618169E2-2B9B-4C0D-810E-F8C025D5CDF9@ieee.org> Message-ID: Cmd+Shift+ENTER (which seems exactly like your picture, so I wonder how you took that)-Ivan On May 24, 2008, at 12:23 AM, BGM Rao wrote: > Is there a method to get the Aquamacs into full screen mode > (no window borders, see attached pic)? > I looked around, but did not find a solution. > > Thanks > > _____________________________________________________________ > 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 May 24 12:08:57 2008 From: david.reitter at gmail.com (David Reitter) Date: Sat May 24 12:36:32 2008 Subject: [OS X Emacs] Full screen. In-Reply-To: References: <618169E2-2B9B-4C0D-810E-F8C025D5CDF9@ieee.org> Message-ID: <44320DA1-8113-449E-9480-DC6D752902E7@gmail.com> On 24 May 2008, at 13:46, Ivan Werning wrote: > Cmd+Shift+ENTER (which seems exactly like your picture, so I wonder > how you took that)-Ivan ... and one needs a development snapshot (nightly build) from the Aquamacs website. -- 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 May 24 18:21:28 2008 From: david.reitter at gmail.com (David Reitter) Date: Sat May 24 18:21:37 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.4rc1 Message-ID: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> Aquamacs Emacs 1.4 Release Candidate 1 is on our servers for you to download, check out and tinker with. Of course we'd like your feedback on aquamacs-bugs@aquamacs.org. To report bugs, please use Help -> Send Bug Report. http://aquamacs.org/download.shtml (1.4rc1 is a "preview" version: it may contain unresolved issues.) What's new? This is a feature release providing tabs, persistent *scratch* buffers, full screen editing a redesigned tool-bar with better-looking icons, much improved LaTeX support, multilingual Aspell support for spell-checking (hassle-free use of dictionaries), better frame positioning on dual-screen setups, and, and, and... Note: tabs are enabled in the Options menu. -- 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 bgm-rao at ieee.org Sun May 25 00:10:55 2008 From: bgm-rao at ieee.org (BGM Rao) Date: Sun May 25 00:11:23 2008 Subject: [OS X Emacs] Full screen In-Reply-To: <20080524190004.80A19EB04D@email> References: <20080524190004.80A19EB04D@email> Message-ID: <31E7BD0D-0986-40D4-9C14-33A936D8B7E7@ieee.org> > On 24 May 2008, at 13:46, Ivan Werning wrote: > >> Cmd+Shift+ENTER (which seems exactly like your picture, so I wonder >> how you took that)-Ivan > > ... and one needs a development snapshot (nightly build) from the > Aquamacs website. > Thanks Ivan, David. The key-sequence says undefined. But the Menu option from Window->Full Screen Editing works. But the problem is I can't ext with the A-S-return which it suggests. Again this sequence is undefined. Ivan, The picture's from a linux box running xmonad. From david.reitter at gmail.com Sun May 25 02:16:27 2008 From: david.reitter at gmail.com (David Reitter) Date: Sun May 25 02:16:34 2008 Subject: [OS X Emacs] Full screen In-Reply-To: <31E7BD0D-0986-40D4-9C14-33A936D8B7E7@ieee.org> References: <20080524190004.80A19EB04D@email> <31E7BD0D-0986-40D4-9C14-33A936D8B7E7@ieee.org> Message-ID: On 25 May 2008, at 05:10, BGM Rao wrote: > The key-sequence says undefined. But the Menu option from Window- > >Full Screen Editing > works. But the problem is I can't ext with the A-S-return which it > suggests. Again > this sequence is undefined. Apple-Shift-Return works for me. Please make a bug report using Help - > Send Bug Report. -- 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 iwerning at gmail.com Sun May 25 08:31:36 2008 From: iwerning at gmail.com (Ivan Werning) Date: Sun May 25 08:31:47 2008 Subject: [OS X Emacs] Full screen In-Reply-To: References: <20080524190004.80A19EB04D@email> <31E7BD0D-0986-40D4-9C14-33A936D8B7E7@ieee.org> Message-ID: On May 25, 2008, at 2:16 AM, David Reitter wrote: > On 25 May 2008, at 05:10, BGM Rao wrote: > >> The key-sequence says undefined. But the Menu option from Window- >> >Full Screen Editing >> works. But the problem is I can't ext with the A-S-return which it >> suggests. Again >> this sequence is undefined. > > Apple-Shift-Return works for me. Please make a bug report using > Help -> Send Bug Report. Yeah works great for me too. Going both into full screen and out of it. -Ivan From david.reitter at gmail.com Tue May 27 10:50:28 2008 From: david.reitter at gmail.com (David Reitter) Date: Tue May 27 10:50:38 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <42C336A7-AC20-4F6B-A1FB-1C38518A2082@stud-mail.uni-wuerzburg.de> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <42C336A7-AC20-4F6B-A1FB-1C38518A2082@stud-mail.uni-wuerzburg.de> Message-ID: <99AEC41D-52F7-4179-AC70-90714B035A49@gmail.com> On 27 May 2008, at 15:25, Alex Hamann wrote: > > 2. Before moving to the rc I had a scratch buffer with some text and > aspell running on it. This scratch buffer, even if never saved, > showed up every time I started Aquamacs. Only manually deleting these > words gave me back a blank scratch buffer after starting up. > Not sure if these observations are of any importance, just thought > I'd mention them. Can you clarify: "before moving to the rc"? What did you have before? Version 1.3b? The persistent *scratch* buffer behavior should still be there. It should show up every time you start Aquamacs, and be saved regularly and when you quit Aquamacs. What do you see now, with 1.4rc1? -- 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 Alexander.Hamann at stud-mail.uni-wuerzburg.de Tue May 27 10:25:00 2008 From: Alexander.Hamann at stud-mail.uni-wuerzburg.de (Alex Hamann) Date: Tue May 27 10:56:19 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> Message-ID: <42C336A7-AC20-4F6B-A1FB-1C38518A2082@stud-mail.uni-wuerzburg.de> Hello, I really like the changes in 1.4rc. I have, however, two observations. 1. After starting Aquamacs I am still told to get the "new" Aquamacs 1.3 which seems odd at 1.4 even for a release candidate. 2. Before moving to the rc I had a scratch buffer with some text and aspell running on it. This scratch buffer, even if never saved, showed up every time I started Aquamacs. Only manually deleting these words gave me back a blank scratch buffer after starting up. Not sure if these observations are of any importance, just thought I'd mention them. Best, Alex Am 25.05.2008 um 00:21 schrieb David Reitter: > Aquamacs Emacs 1.4 Release Candidate 1 is on our servers for you to > download, check out and tinker with. > Of course we'd like your feedback on aquamacs-bugs@aquamacs.org. > To report bugs, please use Help -> Send Bug Report. > > http://aquamacs.org/download.shtml > > (1.4rc1 is a "preview" version: it may contain unresolved issues.) > > What's new? > This is a feature release providing tabs, persistent *scratch* > buffers, full screen editing a redesigned tool-bar with better- > looking icons, much improved LaTeX support, multilingual Aspell > support for spell-checking (hassle-free use of dictionaries), > better frame positioning on dual-screen setups, and, and, and... > > Note: tabs are enabled in the Options menu. > > -- > 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! > > > > > _____________________________________________________________ > 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 haydens at streambase.com Tue May 27 23:14:19 2008 From: haydens at streambase.com (Hayden Schultz) Date: Tue May 27 23:36:41 2008 Subject: [OS X Emacs] Why no register commands? In-Reply-To: <2BFE4310-3A6A-4329-9A0E-43B7F5A71104@cvrti.utah.edu> References: <882A0542-CADB-4987-80B3-C193B5E2C6F5@gmail.com> <2BFE4310-3A6A-4329-9A0E-43B7F5A71104@cvrti.utah.edu> Message-ID: I like aquamacs more than any other emacs I've tried on os x, but I'm constantly missing all the register commands. Why don't the register commands have the same default bindings as other emacs (C-x x)? Thanks, Hayden From Peter_Dyballa at Web.DE Wed May 28 02:55:42 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Wed May 28 02:55:52 2008 Subject: [OS X Emacs] Why no register commands? In-Reply-To: References: <882A0542-CADB-4987-80B3-C193B5E2C6F5@gmail.com> <2BFE4310-3A6A-4329-9A0E-43B7F5A71104@cvrti.utah.edu> Message-ID: <095319F9-340E-453F-BF0E-0EACF7B1327D@Web.DE> Am 28.05.2008 um 05:14 schrieb Hayden Schultz: > I like aquamacs more than any other emacs I've tried on os x, but > I'm constantly missing all the register commands. Why don't the > register commands have the same default bindings as other emacs (C- > x x)? Because they've changed to C-x r . It happened some time ago in 21.x or 22.x. Look them up with C-h b. -- Greetings Pete "Evolution" o __o _o _ °\___o /0~ -\<, ^\___ /=\\_/-% oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____ From david.reitter at gmail.com Wed May 28 10:24:44 2008 From: david.reitter at gmail.com (David Reitter) Date: Wed May 28 10:24:53 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <4D1F6FA0-F30F-4764-9425-30C5E715811A@wright.edu> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <4D1F6FA0-F30F-4764-9425-30C5E715811A@wright.edu> Message-ID: <96A3A3B5-E168-4728-87CD-A2B0D51EE5A3@gmail.com> On 28 May 2008, at 15:17, Joseph C. Slater PE, PhD wrote: > > It seems the tab feature is still somewhat incomplete. When tabs are > enabled, a newly opened document should appear in a new tab which > becomes the selected one. However, this isn't the most critical issue. > It's just no quite right yet. Apple-T creates a new tab: see also the File menu. The option is just there to toggle the display of tabs; it is enabled automatically if you press Apple-T. > It seems that some standard key bindings are broken. For instance, C-x > C-s doesn't work, works as expected for me: it saves the buffer. Did you try to use it on the *scratch* buffer? That one has a designated file now, so your changes are saved there. This is indicated in the echo area. > but it doesn't mean anything else, Not for me. C-h k C-x C-s gives me save-buffer. > > Further, > keybindings like C-c C-s for creating a new section are broken. C-c C-s is not defined in GNU Emacs either, and since it's a C-c binding, it would be a major-mode specific binding. Do you mean a new section in LaTeX perhaps? I just tried it and it worked fine for me. Let's figure out which of your settings is causing this! - D From joseph.slater at wright.edu Wed May 28 10:17:41 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Wed May 28 11:17:45 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> Message-ID: <4D1F6FA0-F30F-4764-9425-30C5E715811A@wright.edu> On May 24, 2008, at 6:21 PM, David Reitter wrote: > Aquamacs Emacs 1.4 Release Candidate 1 is on our servers for you to > download, check out and tinker with. > Of course we'd like your feedback on aquamacs-bugs@aquamacs.org. To > report bugs, please use Help -> Send Bug Report. > > http://aquamacs.org/download.shtml > > (1.4rc1 is a "preview" version: it may contain unresolved issues.) > > What's new? > This is a feature release providing tabs, persistent *scratch* > buffers, full screen editing a redesigned tool-bar with better- > looking icons, much improved LaTeX support, multilingual Aspell > support for spell-checking (hassle-free use of dictionaries), better > frame positioning on dual-screen setups, and, and, and... > > Note: tabs are enabled in the Options menu. It seems the tab feature is still somewhat incomplete. When tabs are enabled, a newly opened document should appear in a new tab which becomes the selected one. However, this isn't the most critical issue. It's just no quite right yet. It seems that some standard key bindings are broken. For instance, C-x C-s doesn't work, but it doesn't mean anything else, so there's no reason for it to disappear. I see where there may be a desire for only one key binding for an operation, but this used to work fine. Further, keybindings like C-c C-s for creating a new section are broken. Not all are broken, there are what I've found so far. Since I use them repeatedly, they've become very noticeable for me. Are these things I'm seeing alone, or are others seeing them too? Joe From david.reitter at gmail.com Wed May 28 11:23:00 2008 From: david.reitter at gmail.com (David Reitter) Date: Wed May 28 11:23:06 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <4D1F6FA0-F30F-4764-9425-30C5E715811A@wright.edu> <96A3A3B5-E168-4728-87CD-A2B0D51EE5A3@gmail.com> Message-ID: <2CC6AC8C-B9BD-4338-A262-1F747E0C8650@gmail.com> On 28 May 2008, at 15:57, Joseph C. Slater PE, PhD wrote: > > OK, this is it, C-x C-f opens in a new window even if you are using > tabs. Only if you've got Options -> Show Buffers in New Frames (or slightly differently worded in 1.4rc1) is still turned on. You need to turn that off manually. >> Did you try to use it on the *scratch* buffer? That one has a >> designated file now, so your changes are saved there. This is >> indicated in the echo area. > > Just tried that to. After echoing C-x, C-s does nothing... I did > move my personal .emacs file to make sure. > I just tried a "dummy" account. No problems there. ah. > I've removed everything starting with .emacs to another folder > (dotemacs) and the problem persists. There's more than .emacs: check your ~/Library and /Library. See also the manual. - D From joseph.slater at wright.edu Wed May 28 10:57:57 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Wed May 28 11:58:03 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <96A3A3B5-E168-4728-87CD-A2B0D51EE5A3@gmail.com> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <4D1F6FA0-F30F-4764-9425-30C5E715811A@wright.edu> <96A3A3B5-E168-4728-87CD-A2B0D51EE5A3@gmail.com> Message-ID: On May 28, 2008, at 10:24 AM, David Reitter wrote: > On 28 May 2008, at 15:17, Joseph C. Slater PE, PhD wrote: >> >> It seems the tab feature is still somewhat incomplete. When tabs are >> enabled, a newly opened document should appear in a new tab which >> becomes the selected one. However, this isn't the most critical >> issue. >> It's just no quite right yet. > > Apple-T creates a new tab: see also the File menu. > The option is just there to toggle the display of tabs; it is > enabled automatically if you press Apple-T. OK, I swear it was happening this way (not using the new tab), but I know those are often the words of an incompetent user... OK, this is it, C-x C-f opens in a new window even if you are using tabs. > > >> It seems that some standard key bindings are broken. For instance, >> C-x >> C-s doesn't work, > > works as expected for me: it saves the buffer. > Did you try to use it on the *scratch* buffer? That one has a > designated file now, so your changes are saved there. This is > indicated in the echo area. Just tried that to. After echoing C-x, C-s does nothing... I did move my personal .emacs file to make sure. I just tried a "dummy" account. No problems there. I've removed everything starting with .emacs to another folder (dotemacs) and the problem persists. > > >> but it doesn't mean anything else, > > Not for me. C-h k C-x C-s gives me save-buffer. >> >> Further, >> keybindings like C-c C-s for creating a new section are broken. > > C-c C-s is not defined in GNU Emacs either, and since it's a C-c > binding, it would be a major-mode specific binding. Yes, auctex. > > Do you mean a new section in LaTeX perhaps? Yes, sorry. > > I just tried it and it worked fine for me. > > Let's figure out which of your settings is causing this! I appreciate your help. At this point I have no idea what emacs would see differently between the two accounts. > > > - D \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ (+1) 937-775-5085 http://www.cs.wright.edu/~jslater http://www.cs.wright.edu/~jslater/JosephSlater.vcf.zip From joseph.slater at wright.edu Thu May 29 10:23:55 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Thu May 29 10:23:59 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> Message-ID: On May 24, 2008, at 6:21 PM, David Reitter wrote: > Aquamacs Emacs 1.4 Release Candidate 1 is on our servers for you to > download, check out and tinker with. > Of course we'd like your feedback on aquamacs-bugs@aquamacs.org. To > report bugs, please use Help -> Send Bug Report. > > http://aquamacs.org/download.shtml > > (1.4rc1 is a "preview" version: it may contain unresolved issues.) > > What's new? > This is a feature release providing tabs, persistent *scratch* > buffers, full screen editing a redesigned tool-bar with better- > looking icons, much improved LaTeX support, multilingual Aspell > support for spell-checking (hassle-free use of dictionaries), better > frame positioning on dual-screen setups, and, and, and... That tabs are very nice, now that the idiot user errors are gone. I'll have to dig through to see all the enhancements. Thanks for putting it together. JS From skip at pobox.com Thu May 29 15:21:55 2008 From: skip at pobox.com (skip@pobox.com) Date: Thu May 29 15:41:12 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> Message-ID: <18495.595.446798.734531@montanaro-dyndns-org.local> >> On May 24, 2008, at 6:21 PM, David Reitter wrote: >> Aquamacs Emacs 1.4 Release Candidate 1 is on our servers for you to >> download, check out and tinker with. >> Of course we'd like your feedback on aquamacs-bugs@aquamacs.org. To >> report bugs, please use Help -> Send Bug Report. >> >> http://aquamacs.org/download.shtml Alas, I don't get that far. I installed it, copied it into /Applications then ran it. It shows up in my dock, and if I select it from there my menu bar gets a single unresponsive Aquamacs menu item. There is a shell process using an entire core. According to ps it is: skip 13177 93.4 0.0 600172 536 ?? R 1:58PM 4:49.82 /bin/sh /usr/libexec/path_helper -s I went away to a meeting, came back an hour or so later and Aquamacs had popped up. I killed it and restarted it from my dock. Same symptoms: Processes: 86 total, 4 running, 1 stuck, 81 sleeping... 264 threads 14:15:47 Load Avg: 1.39, 1.05, 0.93 CPU usage: 58.70% user, 4.88% sys, 36.42% idle SharedLibs: num = 8, resident = 72M code, 1840K data, 4860K linkedit. MemRegions: num = 10384, resident = 377M + 21M private, 156M shared. PhysMem: 298M wired, 690M active, 89M inactive, 1125M used, 1947M free. VM: 7107M + 376M 318974(0) pageins, 0(0) pageouts PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 13698 sh 97.2% 0:58.90 1 8 18 100K 744K 536K 18M 297 firefox-bi 20.1% 90:30.67 7 148 566 44M+ 23M 86M+ 312M+ 13701 top 1.9% 0:01.25 1 18 29 1072K 200K 1668K 18M 151 WindowServ 1.8% 3:31.70 5 302 805 14M+ 43M 49M- 267M- ... I let that run for a little bit, got tired of waiting, then killed both. Restarted again. Same behavior. If I run /usr/libexec/path_helper -s from a shell prompt it returns "prompt"ly. I'm running Mac OS X 10.5.3, just upgraded this morning. Any ideas? Thanks, -- Skip Montanaro - skip@pobox.com - http://www.webfast.com/~skip/ "Be different, express yourself like everyone else." From joseph.slater at wright.edu Thu May 29 16:06:18 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Thu May 29 16:06:21 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <18495.595.446798.734531@montanaro-dyndns-org.local> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> Message-ID: <548F5CA1-CF06-4D8B-8DD0-D48BEDC01726@wright.edu> On May 29, 2008, at 3:21 PM, skip@pobox.com wrote: >>> On May 24, 2008, at 6:21 PM, David Reitter wrote: > >>> Aquamacs Emacs 1.4 Release Candidate 1 is on our servers for you to >>> download, check out and tinker with. >>> Of course we'd like your feedback on aquamacs-bugs@aquamacs.org. To >>> report bugs, please use Help -> Send Bug Report. >>> >>> http://aquamacs.org/download.shtml > > Alas, I don't get that far. I installed it, copied it into / > Applications > then ran it. It shows up in my dock, and if I select it from there > my menu > bar gets a single unresponsive Aquamacs menu item. There is a shell > process > using an entire core. According to ps it is: > > skip 13177 93.4 0.0 600172 536 ?? R 1:58PM > 4:49.82 /bin/sh /usr/libexec/path_helper -s > > I went away to a meeting, came back an hour or so later and Aquamacs > had > popped up. I killed it and restarted it from my dock. Same symptoms: > I'm running it on 5.3 without that. However, after installing it I had to reboot. I have no explanation, but perhaps a reboot and disk repair? From skip at pobox.com Thu May 29 16:34:45 2008 From: skip at pobox.com (skip@pobox.com) Date: Thu May 29 16:54:15 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <548F5CA1-CF06-4D8B-8DD0-D48BEDC01726@wright.edu> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> <548F5CA1-CF06-4D8B-8DD0-D48BEDC01726@wright.edu> Message-ID: <18495.4965.907562.934829@montanaro-dyndns-org.local> >> There is a shell process using an entire core. According to ps it >> is: >> >> skip 13177 93.4 0.0 600172 536 ?? R 1:58PM >> 4:49.82 /bin/sh /usr/libexec/path_helper -s ... Joseph> I'm running it on 5.3 without that. However, after installing it Joseph> I had to reboot. I have no explanation, but perhaps a reboot and Joseph> disk repair? Thanks for the suggestion. I tried it, but that didn' solve the problem. It still takes approximately forever for path_helper to do its thing. Skip From david.reitter at gmail.com Thu May 29 17:53:54 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu May 29 17:54:05 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <18495.595.446798.734531@montanaro-dyndns-org.local> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> Message-ID: <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> On 29 May 2008, at 20:21, skip@pobox.com wrote: > > Alas, I don't get that far. I installed it, copied it into / > Applications > then ran it. It shows up in my dock, and if I select it from there > my menu > bar gets a single unresponsive Aquamacs menu item. There is a shell > process > using an entire core. According to ps it is: > > skip 13177 93.4 0.0 600172 536 ?? R 1:58PM > 4:49.82 /bin/sh /usr/libexec/path_helper -s > > I went away to a meeting, came back an hour or so later and Aquamacs > had > popped up. I killed it and restarted it from my dock. Same symptoms: Have you seen this: http://www.kilala.nl/Sysadmin/index.php?id=934 Perhaps we can find out what causes Aquamacs to fail with this obviously more common system-wide problem. Can you start it with -Q perhaps? -- 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 vollmar at nf.mpg.de Thu May 29 17:05:12 2008 From: vollmar at nf.mpg.de (Stefan Vollmar) Date: Thu May 29 20:05:15 2008 Subject: [OS X Emacs] Aquamacs 1.4rc1 Tab selection: shortcut suggestion Message-ID: Hello, the new Tab feature works great for me! Here are some minor points I have noticed: (1) In the Windows menu it says "Select Next Tab" A-} "Select previous Tab" A-{ This is consistent with the corresponding functionality in Safari, which, however, does not work well at all with a German keyboard layout. To my delight, I found that A-M- and A-M- (with M: alt) also changes between Tabs, which makes much more sense. If this is not the intended default behaviour (or is it?), I think it should be and it should say so in the menu. Another good keyboard shortcut (I know that I can define whatever custom keyboard shortcuts I like and I do; however, it would make things easier when convincing colleagues to also use Aquamacs) would be C-, this is what VisualStudio uses for that purpose in conjunction with an extended selection screen. (2) When deactivating "Options:Show Tab" the Tabs vanish as expected, however, when re-activating the option, they remain hidden. (3) I have just upgraded to MacOSX 10.5.3 - Aquamacs is still working fine. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email: vollmar@nf.mpg.de http://www.nf.mpg.de From skip at pobox.com Thu May 29 22:09:05 2008 From: skip at pobox.com (skip@pobox.com) Date: Thu May 29 22:09:15 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> Message-ID: <18495.25025.563842.624270@montanaro-dyndns-org.local> David> Have you seen this: David> http://www.kilala.nl/Sysadmin/index.php?id=934 No, I hadn't. Thanks for the reference. Nothing I've seen explains what the problem is other than a "runaway" path_helper script. Skip From skip at pobox.com Thu May 29 22:23:53 2008 From: skip at pobox.com (skip@pobox.com) Date: Thu May 29 22:24:03 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> Message-ID: <18495.25913.521792.630855@montanaro-dyndns-org.local> > Nothing I've seen explains what the problem is other than a "runaway" > path_helper script. More digging suggests that this has something to do with me setting PATH and MANPATH in my .bash_profile. Rather than deleting those settings altogether I'm going to just try refining them a bit to see if I can get things working. I have confirmed that killing the runaway path_helper command does get things going. Skip From skip at pobox.com Thu May 29 22:56:41 2008 From: skip at pobox.com (skip@pobox.com) Date: Thu May 29 22:56:47 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <18495.25913.521792.630855@montanaro-dyndns-org.local> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> <18495.25913.521792.630855@montanaro-dyndns-org.local> Message-ID: <18495.27881.467094.469586@montanaro-dyndns-org.local> skip> More digging suggests that this has something to do with me skip> setting PATH and MANPATH in my .bash_profile. Rather than skip> deleting those settings altogether I'm going to just try refining skip> them a bit to see if I can get things working. Shortening up PATH and MANPATH improves things though path_helper still runs for several seconds. Maybe it's iterating (many times?) over the existing contents of PATH and MANPATH. In other sources I found on the net people reported that getting rid of PATH and MANPATH setting in their ~/.bash_profile files solved the problem. Skip From bgm-rao at ieee.org Fri May 30 07:57:20 2008 From: bgm-rao at ieee.org (BGM Rao) Date: Fri May 30 08:15:56 2008 Subject: [OS X Emacs] org table mode problem. Message-ID: I use the orgmode and the accompanying table mode very extensively. In emacs, I find the working correctly: that is, a (or C-c C-c) anywhere in the table aligns the table columns correctly. On the same table in Aquamacs, I find that the table mode does not work as expected. When I press , the next row of the table moves to the current and the table does not seem to be recognized at all. I tried loading up the org-table.el explicitly but that does not seem to help. Has anyone seen this too? Is there a fix? Thanks From Peter_Dyballa at Web.DE Fri May 30 04:18:24 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Fri May 30 08:53:41 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <18495.27881.467094.469586@montanaro-dyndns-org.local> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> <18495.25913.521792.630855@montanaro-dyndns-org.local> <18495.27881.467094.469586@montanaro-dyndns-org.local> Message-ID: <52A126D4-6CB5-40CA-9E70-A68CFE01B8FA@Web.DE> Am 30.05.2008 um 04:56 schrieb skip: > In other sources I found on the net people > reported that getting rid of PATH and MANPATH setting in their > ~/.bash_profile files solved the problem. You can set these in ~/.MacOSX/environment.plist. Mac OS X applications are not created in the same way as in FreeBSD or any other UNIX. No shell environment is used in this process, so no shell environments are copied into in the application's process environment. Nevertheless you have more than two ways to solve your problem: ? use ~/.MacOSX/environment.plist, as recommended earlier (also lookup the defaults command, as in for example: 'export PATH=$ (defaults read "${HOME}/.MacOSX/environment" PATH))' ? launch Carbon and other Emacsen as '"/Applications/Carbon Emacs.app/Contents/MacOS/Emacs" &' from the shell ? use something like '(setenv "INFOPATH" (concat "/Applications/ Aquamacs Emacs.app/Contents/Resources/site-lisp/edit-modes/info" ":" (getenv "INFOPATH")))' in your user init file In the Developer Tools metapackage you can find Property List Editor (in /Developer/Applications/Utilities). Apple has a short support document on this: http://developer.apple.com/qa/qa2001/qa1067.html. You can create the file and its directory from the command line (Emacs' *shell* buffer): defaults write "${HOME}/.MacOSX/environment" LC_ALL el_GR.UTF-8 -- Greetings Pete Give a man a fish, and you've fed him for a day. Teach him to fish, and you've depleted the lake. From david.reitter at gmail.com Fri May 30 09:34:34 2008 From: david.reitter at gmail.com (David Reitter) Date: Fri May 30 09:34:41 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: <52A126D4-6CB5-40CA-9E70-A68CFE01B8FA@Web.DE> References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> <18495.25913.521792.630855@montanaro-dyndns-org.local> <18495.27881.467094.469586@montanaro-dyndns-org.local> <52A126D4-6CB5-40CA-9E70-A68CFE01B8FA@Web.DE> Message-ID: On 30 May 2008, at 09:18, Peter Dyballa wrote: > > ? use ~/.MacOSX/environment.plist, as recommended earlier (also > lookup the defaults command, as in for example: 'export PATH=$ > (defaults read "${HOME}/.MacOSX/environment" PATH))' Isn't this one out of date as of the 10.5? - D -- 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 nathaniel.cunningham at gmail.com Fri May 30 10:06:21 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Fri May 30 10:06:25 2008 Subject: [OS X Emacs] Aquamacs 1.4rc1 Tab selection: shortcut suggestion In-Reply-To: References: Message-ID: <20ecf6c70805300706t19e41048x90fcc1f08cc338b@mail.gmail.com> On Thu, May 29, 2008 at 4:05 PM, Stefan Vollmar wrote: > > (2) When deactivating "Options:Show Tab" the Tabs vanish as expected, > however, when re-activating the option, they remain hidden. > Turning off tabs throws away the associated data. Re-activating tabs starts fresh with one tab per window -- which is hidden until there are two or more tabs to show. Does Options-->Show Tabs need to be re-worded? --Nathaniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080530/aca4eb95/attachment.html From Peter_Dyballa at Web.DE Fri May 30 13:53:30 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Fri May 30 13:53:37 2008 Subject: [Aquamacs-bugs] [OS X Emacs] Aquamacs Emacs 1.4rc1 In-Reply-To: References: <04EC68D2-BD96-4A02-AFA3-AC821737E3C6@GMAIL.COM> <18495.595.446798.734531@montanaro-dyndns-org.local> <542A1AE9-3A5F-4783-A9CB-B30E2011B2FE@gmail.com> <18495.25913.521792.630855@montanaro-dyndns-org.local> <18495.27881.467094.469586@montanaro-dyndns-org.local> <52A126D4-6CB5-40CA-9E70-A68CFE01B8FA@Web.DE> Message-ID: <1358AFAA-2330-47A2-AB5E-F9A540B26AE5@Web.DE> Am 30.05.2008 um 15:34 schrieb David Reitter: > Isn't this one out of date as of the 10.5? Can be. I am still riding a Tiger. -- Mit friedvollen Grüßen Pete Gut durch ist besser als unten durch!