From hashiru at chartermi.net Mon Sep 1 05:45:41 2008 From: hashiru at chartermi.net (Richard Vile) Date: Mon Sep 1 05:45:45 2008 Subject: [OS X Emacs] Incremental search in Aquamacs 1.4 In-Reply-To: <66F652AF-A450-4403-BDB9-F71F49B1A2F9@gmail.com> References: <37B844B8-AFBF-4B47-B0A8-22902FBC9E28@chartermi.net> <66F652AF-A450-4403-BDB9-F71F49B1A2F9@gmail.com> Message-ID: <92BB6677-A5DC-4212-8951-0FC860E18368@chartermi.net> I have tried the new build and the C-s / C-r do indeed not set the region. Command-f does not set the region to the first match found. Is this correct? Command-g/G does set the region, but repeated use does not extend the region (as C-s C-s did in 1.4). I don't know what the intention was here, so it could be right or wrong depending. If the behavior in the nightly-build is correct, then the original behavior in 1.4 is probably a bug, i.e. using C-s C-s should simply set the region to be the next match rather than extending the region to include the previous region and everything between that and the next match inclusive. On Aug 31, 2008, at 8:16 PM, David Reitter wrote: > Richard et al, > > the current development builds have had the `set-region-to-isearch- > match' customization variable for a while. > > I have now also modified the bindings such that C-s and C-r will, in > the default setting, not cause the region to be set. Command-f/g/G > will set the region as is customary on the Mac. Please try out the > nightly builds on http://aquamacs.org/nightlies.shtml to see if > this matches your expectations; the Intel build already contains the > changes, the PPC build will be up to date by tomorrow. > From david.reitter at gmail.com Mon Sep 1 09:34:50 2008 From: david.reitter at gmail.com (David Reitter) Date: Mon Sep 1 09:34:59 2008 Subject: [OS X Emacs] Incremental search in Aquamacs 1.4 In-Reply-To: <92BB6677-A5DC-4212-8951-0FC860E18368@chartermi.net> References: <37B844B8-AFBF-4B47-B0A8-22902FBC9E28@chartermi.net> <66F652AF-A450-4403-BDB9-F71F49B1A2F9@gmail.com> <92BB6677-A5DC-4212-8951-0FC860E18368@chartermi.net> Message-ID: On 1 Sep 2008, at 05:45, Richard Vile wrote: > I have tried the new build and the C-s / C-r do indeed not set the > region. > > Command-f does not set the region to the first match found. Is this > correct? Yes, but the region is set as soon as you exit isearch-mode, i.e., as soon as any other command is executed. For instance, you can cut the match string with Command-X. > Command-g/G does set the region, but repeated use does not extend > the region (as C-s C-s did in 1.4). I don't know what the intention > was here, so it could be right or wrong depending. If the behavior > in the nightly-build is correct, then the original behavior in 1.4 > is probably a bug, i.e. using C-s C-s should simply set the region > to be the next match rather than extending the region to include the > previous region and everything between that and the next match > inclusive. C-s C-s should not set the region at all, because it is an Emacs command. In 1.4, it was intended to set the region to the new match string; everything else was a bug. Using C-SPC, you should be able to extend a region with C-s or Command- f/g/G, though. - 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! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080901/8359cb7c/smime.bin From joseph.slater at wright.edu Wed Sep 3 19:20:13 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Wed Sep 3 20:20:26 2008 Subject: [OS X Emacs] Aquamacs: Button Icons/Skim issues Message-ID: I put the 1.5r3 release on a colleagues machine (upgrading from 1.2) and the button icons are correct when first opening Aquamacs, but change to the old ones after loading a TeX document. Further, it is not integrating with Skim by default, but preview. The default compile mode was not PDF (I thought it was). Maybe I'm wrong on that. However, I'm sure the buttons being used are the old ones. Thoughts? Joe \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ (+1) 937-775-5085 http://www.cs.wright.edu/~jslater http://www.cs.wright.edu/~jslater/JosephSlater.vcf.zip From david.reitter at gmail.com Wed Sep 3 20:25:22 2008 From: david.reitter at gmail.com (David Reitter) Date: Wed Sep 3 20:25:33 2008 Subject: [OS X Emacs] Aquamacs: Button Icons/Skim issues In-Reply-To: References: Message-ID: On 3 Sep 2008, at 19:20, Joseph C. Slater PE, PhD wrote: > I put the 1.5r3 release on a colleagues machine (upgrading from 1.2) > and the button icons are correct when first opening Aquamacs, but > change to the old ones after loading a TeX document. Further, it is > not integrating with Skim by default, but preview. The default > compile mode was not PDF (I thought it was). Maybe I'm wrong on > that. However, I'm sure the buttons being used are the old ones. > Thoughts? Is there perhaps another version of AUCTeX installed in your colleague's load path? You can view the path by inspecting the Emacs variable `load-path'. - David -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080903/bb091152/smime.bin From joseph.slater at wright.edu Wed Sep 3 21:28:55 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Wed Sep 3 21:29:18 2008 Subject: [OS X Emacs] Aquamacs: Button Icons/Skim issues In-Reply-To: References: Message-ID: On Sep 3, 2008, at 8:25 PM, David Reitter wrote: > On 3 Sep 2008, at 19:20, Joseph C. Slater PE, PhD wrote: > >> I put the 1.5r3 release on a colleagues machine (upgrading from >> 1.2) and the button icons are correct when first opening Aquamacs, >> but change to the old ones after loading a TeX document. Further, >> it is not integrating with Skim by default, but preview. The >> default compile mode was not PDF (I thought it was). Maybe I'm >> wrong on that. However, I'm sure the buttons being used are the old >> ones. Thoughts? > > Is there perhaps another version of AUCTeX installed in your > colleague's load path? > You can view the path by inspecting the Emacs variable `load-path'. Not to sound like a fool, but.. how does one inspect a variable? They had no .emacs file, so I don't know how another one would have been added in. Joe From david.reitter at gmail.com Wed Sep 3 22:03:40 2008 From: david.reitter at gmail.com (David Reitter) Date: Wed Sep 3 22:03:48 2008 Subject: [OS X Emacs] Aquamacs: Button Icons/Skim issues In-Reply-To: References: Message-ID: <72B2CD5A-F8B6-4C0A-A8AA-D8FDA9F41EAC@gmail.com> On 3 Sep 2008, at 21:28, Joseph C. Slater PE, PhD wrote: > > Not to sound like a fool, but.. how does one inspect a variable? C-h v variablename RET To find out where a function like latex-mode is defined, type C-h f latex-mode RET you may need to enter latex-mode first in order to load the package. The help tells you that it is defined in some source file. Click on it to load it, and you'll see (e.g. with C-x C-w) where it's coming from. If it's from anywhere outside the app bundle, you'll have also found the solution to your problem. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080903/1f8ab975/smime.bin From joseph.slater at wright.edu Wed Sep 3 22:39:27 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Wed Sep 3 22:39:41 2008 Subject: [OS X Emacs] Aquamacs: Button Icons/Skim issues In-Reply-To: <72B2CD5A-F8B6-4C0A-A8AA-D8FDA9F41EAC@gmail.com> References: <72B2CD5A-F8B6-4C0A-A8AA-D8FDA9F41EAC@gmail.com> Message-ID: <66246D84-4A34-435D-8B24-68DBDEDE893E@wright.edu> On Sep 3, 2008, at 10:03 PM, David Reitter wrote: > On 3 Sep 2008, at 21:28, Joseph C. Slater PE, PhD wrote: >> >> Not to sound like a fool, but.. how does one inspect a variable? > > C-h v variablename RET > > To find out where a function like latex-mode is defined, type > > C-h f latex-mode RET > > you may need to enter latex-mode first in order to load the package. > > The help tells you that it is defined in some source file. Click on > it to load it, and you'll see (e.g. with C-x C-w) where it's coming > from. If it's from anywhere outside the app bundle, you'll have > also found the solution to your problem. Thanks, Joe From rolandw at mac.com Mon Sep 8 04:34:51 2008 From: rolandw at mac.com (Roland Whitehead) Date: Mon Sep 8 06:33:28 2008 Subject: [OS X Emacs] Aquamacs 1.5rc3: Bring back emacs keybindings, permanently killing Hard Word Wrap Message-ID: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> Two things: 1. How can I easily bring back the emacs keybindings. For example I want to be able to use C-x C-f to trigger Find File rather than an OS X style Open File dialog (isn't that what Cmd-0 is for?). I guess that I could go through all those that I want a re-write them in my Preferences.el but surely there is an easier way to revert back to 1.4 (and earlier) style bindings? 2. How can I permanently kill the Hard Word Wrap? Every new document has Hard Word Wrap enabled. I've tried setting the default of longlines-mode to false in my Preferences.el but that doesn't seem to work. All suggestions gratefully received! Roland From david.reitter at gmail.com Mon Sep 8 06:48:48 2008 From: david.reitter at gmail.com (David Reitter) Date: Mon Sep 8 06:48:58 2008 Subject: [OS X Emacs] Aquamacs 1.5rc3: Bring back emacs keybindings, permanently killing Hard Word Wrap In-Reply-To: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> References: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> Message-ID: <8FFECD4A-02FE-4472-B9EF-6E1A17AADD06@gmail.com> On 8 Sep 2008, at 04:34, Roland Whitehead wrote: > > 1. How can I easily bring back the emacs keybindings. For example I > want to be able to use C-x C-f to trigger Find File rather than an > OS X style Open File dialog (isn't that what Cmd-0 is for?). I guess > that I could go through all those that I want a re-write them in my > Preferences.el but surely there is an easier way to revert back to > 1.4 (and earlier) style bindings? Why do you think that C-x C-f now opens the Open File dialog? There have been no changes to the existing mechanism. > 2. How can I permanently kill the Hard Word Wrap? Every new document > has Hard Word Wrap enabled. I've tried setting the default of > longlines-mode to false in my Preferences.el but that doesn't seem > to work. longlines-mode is the old "soft wrap" mode. The change log should be helpful: "Automatic wrapping detection (hard word wrap = auto-fill, vs.~soft word wrap) improved. A new customization option `auto-word-wrap- default-function' may be used to configure the default, which is hard word wrapping." That means, keep it on auto and set the customization option. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080908/b6482172/smime.bin From rolandw at mac.com Mon Sep 8 09:53:13 2008 From: rolandw at mac.com (Roland Whitehead) Date: Mon Sep 8 09:53:22 2008 Subject: [OS X Emacs] Aquamacs 1.5rc3: Bring back emacs keybindings, permanently killing Hard Word Wrap In-Reply-To: <8FFECD4A-02FE-4472-B9EF-6E1A17AADD06@gmail.com> References: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> <8FFECD4A-02FE-4472-B9EF-6E1A17AADD06@gmail.com> Message-ID: <107DCAE1-8A8D-4AD2-81B6-130A2488A440@mac.com> David, On 8 Sep 2008, at 11:48, you wrote: > On 8 Sep 2008, at 04:34, Roland Whitehead wrote: >> >> 1. How can I easily bring back the emacs keybindings. For example I >> want to be able to use C-x C-f to trigger Find File rather than an >> OS X style Open File dialog (isn't that what Cmd-0 is for?). I >> guess that I could go through all those that I want a re-write them >> in my Preferences.el but surely there is an easier way to revert >> back to 1.4 (and earlier) style bindings? > > Why do you think that C-x C-f now opens the Open File dialog? > There have been no changes to the existing mechanism. Very bizarre. It happens every time on my MacBook Pro. I've copied by Preferences.el and other Aquamacs directories from my ~/Library onto a new machine and installed rc3 on that and C-x c-f works fine on that. Yes, I've checked the other machine and it repeats everytime... Ah, hold on. I have a tool called Keyboard Maestro installed. I have it set to run "Open" in all applications other than Terminal.app and Aquamacs Emacs.app on the C-x C-f combination (you see how emacs has now totally invaded the rest of my computing experience - I'm now replicating Emacs commands on "Normal" OS X apps). Turning this off solves the issue. So now I need to see why Keyboard Maestro isn't recognizing rc3 as Aquamacs Emacs.app. Problem solved! >> 2. How can I permanently kill the Hard Word Wrap? Every new >> document has Hard Word Wrap enabled. I've tried setting the default >> of longlines-mode to false in my Preferences.el but that doesn't >> seem to work. > > longlines-mode is the old "soft wrap" mode. > > The change log should be helpful: > > "Automatic wrapping detection (hard word wrap = auto-fill, vs.~soft > word wrap) improved. A new customization option `auto-word-wrap- > default-function' may be used to configure the default, which is > hard word wrapping." Thanks for that suggestion. I'm still pretty much at a loss. I've tried unticking "Hard Word Wrap" from the options menu and then saving the options but it is ticked on every new buffer. I have "(setq word- wrap nil)" in preferences.el but c-h v word-wrap states that this is buffer local in all cases. Therefore there still appears to me to be no way of setting this as the default for every new buffer (or am I missing something). As ever - many thanks for all your work on my No 1 tool on the Mac! Roland -- QURU Ltd Somerset House, Strand, London, WC2R 1LA T: +44 20 7836 0731 DDI: +44 20 7193 1753 M: +44 7768 362669 F: +44 8701 339395 Registered in England, No. 6144918, at Millmead, RH20 2LA. From cmenzel at tamu.edu Thu Sep 11 15:52:17 2008 From: cmenzel at tamu.edu (Christopher Menzel) Date: Thu Sep 11 15:52:21 2008 Subject: [OS X Emacs] Help getting rid of Toolbar Preview icon; thinner titlebar wanted In-Reply-To: <107DCAE1-8A8D-4AD2-81B6-130A2488A440@mac.com> References: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> <8FFECD4A-02FE-4472-B9EF-6E1A17AADD06@gmail.com> <107DCAE1-8A8D-4AD2-81B6-130A2488A440@mac.com> Message-ID: <2FEF7D4E-3CFC-408F-A1F4-0ACD90D2B54D@tamu.edu> Howdy, I can't for the life of me figure out how to get rid of the "Preview Here" toolbar icon when I'm editing a LaTeX file in Aquamacs Emacs. I have toggled all of the toolbar icon options in the Aquamacs Options group to off and have searched fruitlessly among the LaTeX and Preview options, but this one icon remains: http://cmenzel.org/cp.tiff . Also, in earlier versions (I'm using 1.4 after trying the 1.5 RC), not only was I able (somehow) to get rid of this icon, I was also able to get the titlebar to be nice and thin, as in a Terminal.app window. What I get in HTML and other modes is this one: http://cmenzel.org/FatTitleBar.tiff , with a lot of grey between the window buttons and the top of the text area that makes the titlebar twice as thick as it needs to be. Suggestions appreciated. Chris Menzel From stevej at gmail.com Thu Sep 11 15:34:11 2008 From: stevej at gmail.com (Steve Jenson) Date: Thu Sep 11 15:58:24 2008 Subject: [OS X Emacs] Aquamacs fullscreen bug Message-ID: <81d74c280809111234o5f5abd64m4943be4e4deed341@mail.gmail.com> Hi, I was just trying out 1.5rc3 and noticed that fullscreen mode, when activated in a secondary screen, goes to the primary screen. I followed the bug reporting guidelines and removed any customizations. Here are steps to reproduce: * Set up secondary display. (My secondary display also has a different resolution that's taller than my primary display) * Launch aquamacs and drag to secondary display * Enter fullscreen mode (Cmd-Shift-Return) * It will jump over to the primary display with the size of the secondary display. * Exit fullscreen mode (Cmd-Shift-Return) * Aquamacs will be back in it's original size on the secondary display I would have reported this to the aquamacs-bugs report but the forum linked to is down: http://sourceforge.net/mailarchive/forum.php?forum_id=45160 Thanks for Aquamacs! Steve Jenson From david.reitter at gmail.com Thu Sep 11 16:30:38 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 11 16:37:47 2008 Subject: [OS X Emacs] Aquamacs fullscreen bug In-Reply-To: <81d74c280809111234o5f5abd64m4943be4e4deed341@mail.gmail.com> References: <81d74c280809111234o5f5abd64m4943be4e4deed341@mail.gmail.com> Message-ID: <70E9B601-DD27-4929-8897-CCC31C5BE26B@gmail.com> Thanks Steve, > Here are steps to reproduce: good report, I have forwarded it to the right people. I can't promise this will be fixed in 1.5, though. > I would have reported this to the aquamacs-bugs report but the forum > linked to is down: > http://sourceforge.net/mailarchive/forum.php?forum_id=45160 We're not using the SF forum at all, it's just a mailing list. Send bug reports to aquamacs-bugs@aquamacs.org. Was this on the Aquamacs site? Thank you, I fixed that link. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080911/b254dcb6/smime.bin From david.reitter at gmail.com Thu Sep 11 16:22:50 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 11 16:47:05 2008 Subject: [OS X Emacs] Help getting rid of Toolbar Preview icon; thinner titlebar wanted In-Reply-To: <2FEF7D4E-3CFC-408F-A1F4-0ACD90D2B54D@tamu.edu> References: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> <8FFECD4A-02FE-4472-B9EF-6E1A17AADD06@gmail.com> <107DCAE1-8A8D-4AD2-81B6-130A2488A440@mac.com> <2FEF7D4E-3CFC-408F-A1F4-0ACD90D2B54D@tamu.edu> Message-ID: On 11 Sep 2008, at 15:52, Christopher Menzel wrote: > > I can't for the life of me figure out how to get rid of the "Preview > Here" toolbar icon when I'm editing a LaTeX file in Aquamacs Emacs. > I have toggled all of the toolbar icon options in the Aquamacs > Options group to off and have searched fruitlessly among the LaTeX > and Preview options, but this one icon remains: http://cmenzel.org/cp.tiff > . Well that's some AUCTeX stuff where they probably don't use a normal keymap to define the tool bar. To come up with an answer, I did this on the emacs lisp source code (comes with the Aquamacs .app bundle, in Resources/site-lisp): grep "Preview Here" -r * Now I saw where this icon was defined (prv-emacs.el): (defun preview-mode-setup () "Setup proper buffer hooks and behavior for previews." (set (make-local-variable 'desktop-save-buffer) #'desktop-buffer-preview-misc-data) (add-hook 'pre-command-hook #'preview-mark-point nil t) (add-hook 'post-command-hook #'preview-move-point nil t) (easy-menu-add preview-menu LaTeX-mode-map) (unless preview-tb-icon (setq preview-tb-icon (preview-filter-specs preview-tb-icon- specs))) (when preview-tb-icon (define-key LaTeX-mode-map [tool-bar preview] `(menu-item "Preview Here" preview-at-point :image ,preview-tb-icon :help "Preview on/off at point"))) Ah, so there's a convenient `preview-tb-icon' variable, but we can't just set it to nil. So, let's try to remove the icon after it was added. That's really easy: (define-key LaTeX-mode-map [tool-bar preview] nil) Now we just need to do this after entering latex-mode: (add-hook 'latex-mode-hook (lambda () (define-key LaTeX-mode-map [tool-bar preview] nil))) The last bit is untested - try it out! > Also, in earlier versions (I'm using 1.4 after trying the 1.5 RC), > not only was I able (somehow) to get rid of this icon, I was also > able to get the titlebar to be nice and thin, as in a Terminal.app > window. What I get in HTML and other modes is this one: http://cmenzel.org/FatTitleBar.tiff > , with a lot of grey between the window buttons and the top of the > text area that makes the titlebar twice as thick as it needs to be. When I toggle my tool bar with the toolbar toggle button, I get what is shown in the attached screenshot. Looks good to me. You seem to be taking out all of the icons instead, is that right? -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: pastedGraphic.png Type: image/png Size: 14431 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080911/ed634f0e/pastedGraphic.png -------------- next part -------------- From ian at digg.com Thu Sep 11 19:50:15 2008 From: ian at digg.com (Ian Eure) Date: Thu Sep 11 20:07:40 2008 Subject: [OS X Emacs] Help getting rid of Toolbar Preview icon; thinner titlebar wanted In-Reply-To: References: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> <8FFECD4A-02FE-4472-B9EF-6E1A17AADD06@gmail.com> <107DCAE1-8A8D-4AD2-81B6-130A2488A440@mac.com> <2FEF7D4E-3CFC-408F-A1F4-0ACD90D2B54D@tamu.edu> Message-ID: <795F7FE7-6FB5-47DB-843C-77A516569F2A@digg.com> On Sep 11, 2008, at 1:22 PM, David Reitter wrote: > > When I toggle my tool bar with the toolbar toggle button, I get what > is shown in the attached screenshot. Looks good to me. > You seem to be taking out all of the icons instead, is that right? > +1 on this, it?s the only way to fly. Just hit that lozenge and use the normal bindings. I don't see anything in there that's more than two chords away. From cmenzel at tamu.edu Fri Sep 12 16:56:26 2008 From: cmenzel at tamu.edu (Christopher Menzel) Date: Fri Sep 12 16:56:32 2008 Subject: [OS X Emacs] Help getting rid of Toolbar Preview icon; thinner titlebar wanted In-Reply-To: References: <03B3B7A1-82B7-43E6-8BF6-A103B72FCE5D@mac.com> <8FFECD4A-02FE-4472-B9EF-6E1A17AADD06@gmail.com> <107DCAE1-8A8D-4AD2-81B6-130A2488A440@mac.com> <2FEF7D4E-3CFC-408F-A1F4-0ACD90D2B54D@tamu.edu> Message-ID: <0B2E840F-74EA-4A8F-A217-8F95F512D8BD@tamu.edu> On Sep 11, 2008, at 3:22 PM, David Reitter wrote: > On 11 Sep 2008, at 15:52, Christopher Menzel wrote: >> >> I can't for the life of me figure out how to get rid of the >> "Preview Here" toolbar icon when I'm editing a LaTeX file in >> Aquamacs Emacs. I have toggled all of the toolbar icon options in >> the Aquamacs Options group to off and have searched fruitlessly >> among the LaTeX and Preview options, but this one icon remains: http://cmenzel.org/cp.tiff >> . > > Well that's some AUCTeX stuff where they probably don't use a normal > keymap to define the tool bar. > > To come up with an answer, I did this on the emacs lisp source code > (comes with the Aquamacs .app bundle, in Resources/site-lisp): > > grep "Preview Here" -r * > > Now I saw where this icon was defined (prv-emacs.el): > > (defun preview-mode-setup () > "Setup proper buffer hooks and behavior for previews." > (set (make-local-variable 'desktop-save-buffer) > #'desktop-buffer-preview-misc-data) > (add-hook 'pre-command-hook #'preview-mark-point nil t) > (add-hook 'post-command-hook #'preview-move-point nil t) > (easy-menu-add preview-menu LaTeX-mode-map) > (unless preview-tb-icon > (setq preview-tb-icon (preview-filter-specs preview-tb-icon- > specs))) > (when preview-tb-icon > (define-key LaTeX-mode-map [tool-bar preview] > `(menu-item "Preview Here" preview-at-point > :image ,preview-tb-icon > :help "Preview on/off at point"))) > > Ah, so there's a convenient `preview-tb-icon' variable, but we can't > just set it to nil. > > So, let's try to remove the icon after it was added. That's really > easy: > > (define-key LaTeX-mode-map [tool-bar preview] nil) > > Now we just need to do this after entering latex-mode: > > (add-hook 'latex-mode-hook (lambda () > (define-key LaTeX-mode-map [tool-bar preview] nil))) > > The last bit is untested - try it out! Thanks for the analysis. But...*blush*...the following is all I need: >> Also, in earlier versions (I'm using 1.4 after trying the 1.5 RC), >> not only was I able (somehow) to get rid of this icon, I was also >> able to get the titlebar to be nice and thin, as in a Terminal.app >> window. What I get in HTML and other modes is this one: http://cmenzel.org/FatTitleBar.tiff >> , with a lot of grey between the window buttons and the top of the >> text area that makes the titlebar twice as thick as it needs to be. > > When I toggle my tool bar with the toolbar toggle button, I get what > is shown in the attached screenshot. Looks good to me. > You seem to be taking out all of the icons instead, is that right? DOH! Sometimes, jumping back and forth between Linux and OS X as I do, I forget about the easiest solutions... -chris From fusion at mx6.tiki.ne.jp Mon Sep 15 23:28:56 2008 From: fusion at mx6.tiki.ne.jp (Jean-Christophe Helary) Date: Tue Sep 16 00:08:58 2008 Subject: [OS X Emacs] Aquamacs and frames... Message-ID: How does one close a frame ? I would expect Cmd+W to do that but that only closes the buffer. Jean-Christophe Helary ------------------------------------ http://mac4translators.blogspot.com/ From Peter_Dyballa at Web.DE Tue Sep 16 04:49:29 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Tue Sep 16 04:49:37 2008 Subject: [OS X Emacs] Aquamacs and frames... In-Reply-To: References: Message-ID: Am 16.09.2008 um 05:28 schrieb Jean-Christophe Helary: > How does one close a frame ? C-x 5 0 -- Greetings Pete If all else fails read the instructions. - Donald Knuth From fusion at mx6.tiki.ne.jp Tue Sep 16 05:00:22 2008 From: fusion at mx6.tiki.ne.jp (Jean-Christophe Helary) Date: Tue Sep 16 05:00:29 2008 Subject: [OS X Emacs] Aquamacs and frames... In-Reply-To: References: Message-ID: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> On mardi 16 sept. 08, at 17:49, Peter Dyballa wrote: > > Am 16.09.2008 um 05:28 schrieb Jean-Christophe Helary: > >> How does one close a frame ? > > C-x 5 0 That is the emacs way :) But I was wondering what was the rationale behind "Close buffer= Cmd +W" in Aquamacs... I can understand why closing the last frame also means closing the existing buffers (first), but why would a Mac user use Cmd+W to close something that will not look closed after the command... > > > -- > Greetings > > Pete > > If all else fails read the instructions. > - Donald Knuth > > > > _____________________________________________________________ > 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 Jean-Christophe Helary ------------------------------------ http://mac4translators.blogspot.com/ From nathaniel.cunningham at gmail.com Tue Sep 16 11:53:08 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Tue Sep 16 12:20:01 2008 Subject: [OS X Emacs] Aquamacs and frames... In-Reply-To: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> Message-ID: <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> On Tue, Sep 16, 2008 at 4:00 AM, Jean-Christophe Helary < fusion@mx6.tiki.ne.jp> wrote: > >> Am 16.09.2008 um 05:28 schrieb Jean-Christophe Helary: >> >> How does one close a frame ? >>> >> > But I was wondering what was the rationale behind "Close buffer= Cmd+W" in > Aquamacs... > > I can understand why closing the last frame also means closing the existing > buffers (first), but why would a Mac user use Cmd+W to close something that > will not look closed after the command... (David beat me to it, but I'll go ahead and send this:) If tabs are on (Options-->Show Tabs), then Cmd-W closes a tab, analogous to closing a tab in Terminal or Safari. The window is closed when the last tab is eliminated, and the frame is closed when the last window is closed. If Options-->Show Buffers in New Frames is checked, then Cmd-W *will* close the window (unless the window has multiple tabs). Again, the frame is closed when the last window is eliminated. If neither of the above options is checked, then Cmd-W simply closes the buffer, and the window if more than one exists in the current frame. Frame behavior is the emacs default -- the top item in buffer-list is displayed in the same frame. --Nathaniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080916/93bc2c96/attachment.html From fusion at mx6.tiki.ne.jp Tue Sep 16 12:26:51 2008 From: fusion at mx6.tiki.ne.jp (Jean-Christophe Helary) Date: Tue Sep 16 12:26:59 2008 Subject: [OS X Emacs] Aquamacs and frames... In-Reply-To: <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> Message-ID: <5CABEAB0-A274-4DCF-8A91-5ECC25BC4498@mx6.tiki.ne.jp> On mercredi 17 sept. 08, at 00:53, Nathaniel Cunningham wrote: > If neither of the above options is checked, then Cmd-W simply closes > the > buffer, and the window if more than one exists in the current > frame. Frame > behavior is the emacs default -- the top item in buffer-list is > displayed in > the same frame. I suppose that is where the problem is. Imagine I have a number of frames opened. As well as a number of buffers. I want to close the front frame but Cmd+W only closes the buffer(s) that can be closed and then cycles the buffer list. Considering that I have another frame open, I would expect this one to close. As for the last opened frame, I suppose I'd like to see all the buffers closed one by one until the last one is closed along with the frame. Jean-Christophe Helary ------------------------------------ http://mac4translators.blogspot.com/ From kuepper.jochen at googlemail.com Tue Sep 16 14:29:52 2008 From: kuepper.jochen at googlemail.com (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Sep 16 15:38:45 2008 Subject: [OS X Emacs] Aquamacs and frames... In-Reply-To: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> Message-ID: On 16.09.2008, at 11:00, Jean-Christophe Helary wrote: >> C-x 5 0 > > That is the emacs way :) And that's good. > But I was wondering what was the rationale behind "Close buffer= Cmd > +W" in Aquamacs... > > I can understand why closing the last frame also means closing the > existing buffers (first), but why would a Mac user use Cmd+W to > close something that will not look closed after the command... Isn't the default in Aquamacs "one buffer one frame" (or something like that)? The CMD-w does what you want it. I prefer Emacs beahviour -- everything in one frame until I decide to do something else... The I want Emacs commands. It actually never occured to me to press CMD-w in Emacs;-O 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 jesper.ryge at ki.se Wed Sep 17 09:31:48 2008 From: jesper.ryge at ki.se (Jesper Ryge) Date: Wed Sep 17 10:04:47 2008 Subject: [OS X Emacs] latex error??? Message-ID: hi i just starting doing latex again after some pause. so im not very familiar with aquamacs using latex, but i have used aquamacs for R (ess) for some time and its great;-) i started using aquamacs in an older version (really dunno which one is was...) and it was working fine. untill i updated to 1.4 and even subsequently 1.5r3. i get the following error message when i try to compile the latex document using C-c C-c : Running `LaTeX' on `cv-short-jr' with ``%`pdflatex \nonstopmode%' cv- short-jr.tex'' /bin/sh: -c: line 1: unexpected EOF while looking for matching ``' /bin/sh: -c: line 2: syntax error: unexpected end of file LaTeX exited abnormally with code 2 at Wed Sep 17 15:12:47 according to the FAQ documentation: Problems running LaTeX in AUCTeX In Aquamacs 1.0bm an error message similar to Running `LaTeX' on `x' with ``%`pdflatex \nonstopmode%' x.tex'' /bin/sh: -c: line 1: unexpected EOF while looking for matching ``' /bin/sh: -c: line 2: syntax error: unexpected end of file LaTeX exited abnormally with code 2 at Thu Jul 12 08:22:59 is almost certainly due to an old installation of the EC Emacs plugin. Solution is to update the plugin or just get rid of it. I do not have this plugin installed so what to do? (pdf)latex compiles fine from the terminal so its working ok... so i dont understand why its complaining about the /bin/sh?? cheers, jesper -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080917/ee21704b/attachment.html From Peter_Dyballa at Web.DE Wed Sep 17 13:49:33 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Wed Sep 17 13:49:45 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: References: Message-ID: Am 17.09.2008 um 15:31 schrieb Jesper Ryge: > I do not have this plugin installed so what to do? Launch Aquamacs Emacs in a manner that it does not load your customisation /Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs -q & and then see how AUCTeX behaves. If it still shows this error you can try the same with: /Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs -Q & If the error persists then surely something in Aquamacs Emacs is defective. If launching Aquamacs Emacs without your (-q) or without any (-Q) customisation lets AUCTeX compile your LaTeX file, then the fault is in your customisation or latest in that of your system. > (pdf)latex compiles fine from the terminal so its working ok... so > i dont understand why its complaining about the /bin/sh?? It's not complaining about this, it's the programme (shell interpreter) /bin/sh that complains about a command it receives from Aquamacs Emacs that is syntactically not correct: line 1: unexpected EOF while looking for matching ``' line 2: syntax error: unexpected end of file And this shell interpreter is needed to create a sub-process in Aquamacs Emacs in which AUCTeX can invoke pdflatex or whatever to convert a (La)TeX file. -- Greetings Pete They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -Benjamin Franklin, Historical Review of Pennsylvania. From sra at yale.edu Wed Sep 17 15:11:43 2008 From: sra at yale.edu (Stephen Anderson) Date: Wed Sep 17 15:34:34 2008 Subject: [OS X Emacs] Flashmode TeX processing with Aquamacs? Message-ID: On the MacOSX-TeX mailing list, Claus Gerhardt has just announced an version of the flashmode package for use with arbitrary editors. It would indeed be wonderful to have flashmode (typesetting simultaneous with editing) while editing LaTeX files in Aquamacs. There is a catch, of course: someone has to write something so that Aquamacs will understand the Applescript interface. And while I can cheer, I can't help. More information can be found at http://www.math.uni-heidelberg.de/studinfo/gerhardt/Flashmode and the particularly relevant bit is as follows: > 10. Flashmode with arbitrary editors and previewers > There is a version of Flashmode for arbitrary editors and previewers > where the name of the editor has to be specified in > > ~/Library/Flashmode/Preferences > and the name of the previewer in > > ~/Library/Flashmode/Applesripts-modular/refreshpdfbackground > > The editors and previewers have to understand a few basic > Applescript commands that are implemented in TeXShop. > > First the requirements for the editors: > > get path of document of window 1 > The result should be the unix path to the front document. > > save document docName > where docName is the displayed name of the file in the Finder and > most likely the name of the window which displays the corresponding > document, e.g., Flashmode-ReadMe.tex, if the Finder shows the > suffixes, or else Flashmode-ReadMe. > > tell application editorName > if document docName is modified then > save document docName > end if > end tell > Most likely any scriptable editor will understand this command. > What's the chance this can be made to work with Aquamacs? -- Steve Anderson From davidcross at charter.net Wed Sep 17 23:16:59 2008 From: davidcross at charter.net (David Cross) Date: Thu Sep 18 00:11:55 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: (Jesper Ryge's message of "Wed\, 17 Sep 2008 15\:31\:48 +0200") References: Message-ID: This is off topic, and I apologize for that, but is there a list for ESS? I am starting with R, and hope to begin using ESS soon. Cheers Jesper Ryge writes: > hi i just starting doing latex again after some pause. so im not very > familiar with aquamacs using latex, but i have used aquamacs for R > (ess) for some time and its great;-) i started using aquamacs in an > older version (really dunno which one is was...) and it was working > fine.  untill i updated to 1.4 and even subsequently 1.5r3. i get the > following error message when i try to compile the latex document using > C-c C-c :Running `LaTeX' on `cv-short-jr' with ``%`pdflatex > \nonstopmode%' cv-short-jr.tex''/bin/sh: -c: line 1: unexpected EOF > while looking for matching ``'/bin/sh: -c: line 2: syntax error: > unexpected end of fileLaTeX exited abnormally with code 2 at Wed Sep > 17 15:12:47according to the FAQ documentation: Problems running LaTeX > in AUCTeXIn Aquamacs 1.0bm an error message similar toRunning `LaTeX' > on `x' with ``%`pdflatex \nonstopmode%' x.tex''/bin/sh: -c: line 1: > unexpected EOF while looking for matching ``'/bin/sh: -c: line 2: > syntax error: unexpected end of fileLaTeX exited abnormally with code > 2 at Thu Jul 12 08:22:59is almost certainly due to an old installation > of the EC Emacs plugin. Solution is to update the plugin or just get > rid of it.I do not have this plugin installed so what to do? > (pdf)latex compiles fine from the terminal so its working ok... so i > dont understand why its complaining about the /bin/sh??cheers,jesper > _____________________________________________________________ > 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 Jesper.Ryge at ki.se Thu Sep 18 06:38:45 2008 From: Jesper.Ryge at ki.se (Jesper Ryge) Date: Thu Sep 18 07:03:12 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: References: Message-ID: i dunno if there is a list for ESS in particuler, but its built in to the new versions of aquamacs so there is no need for the installation of additional packages anymore - u just need R up and running on ur mashine. so its pretty smooth to get going:-) just type M-x R and u should be up an running... R scripts open in a aquamacs window can be evaluated/Sourced by C-c C-b, which i find very useful. good luck:-) jesper Ryge ----- Original Message ----- From: David Cross Date: Thursday, September 18, 2008 6:12 am Subject: Re: [OS X Emacs] latex error??? To: Emacs on Mac OS X Mailing List > > This is off topic, and I apologize for that, but is there a list for > ESS? I am starting with R, and hope to begin using ESS soon. > > Cheers > > Jesper Ryge writes: > > > hi i just starting doing latex again after some pause. so im not > very> familiar with aquamacs using latex, but i have used aquamacs > for R > > (ess) for some time and its great;-) i started using aquamacs in an > > older version (really dunno which one is was...) and it was working > > fine.  untill i updated to 1.4 and even subsequently 1.5r3. i get > the> following error message when i try to compile the latex > document using > > C-c C-c :Running `LaTeX' on `cv-short-jr' with ``%`pdflatex > > \nonstopmode%' cv-short-jr.tex''/bin/sh: -c: line 1: unexpected EOF > > while looking for matching ``'/bin/sh: -c: line 2: syntax error: > > unexpected end of fileLaTeX exited abnormally with code 2 at Wed Sep > > 17 15:12:47according to the FAQ documentation: Problems running > LaTeX> in AUCTeXIn Aquamacs 1.0bm an error message similar > toRunning `LaTeX' > > on `x' with ``%`pdflatex \nonstopmode%' x.tex''/bin/sh: -c: line 1: > > unexpected EOF while looking for matching ``'/bin/sh: -c: line 2: > > syntax error: unexpected end of fileLaTeX exited abnormally with > code> 2 at Thu Jul 12 08:22:59is almost certainly due to an old > installation> of the EC Emacs plugin. Solution is to update the > plugin or just get > > rid of it.I do not have this plugin installed so what to do? > > (pdf)latex compiles fine from the terminal so its working ok... > so i > > dont understand why its complaining about the /bin/sh??cheers,jesper > > _____________________________________________________________ > > 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 > _____________________________________________________________ > 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 Jesper.Ryge at ki.se Thu Sep 18 07:22:32 2008 From: Jesper.Ryge at ki.se (Jesper Ryge) Date: Thu Sep 18 07:22:35 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: References: Message-ID: thankx fo the reply ----- Original Message ----- From: Peter Dyballa Date: Wednesday, September 17, 2008 7:49 pm Subject: Re: [OS X Emacs] latex error??? To: Emacs on Mac OS X Mailing List > > Am 17.09.2008 um 15:31 schrieb Jesper Ryge: > > > I do not have this plugin installed so what to do? > > Launch Aquamacs Emacs in a manner that it does not load your > customisation > > /Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs -q & > > and then see how AUCTeX behaves. If it still shows this error you > can > try the same with: > > /Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs -Q & > > If the error persists then surely something in Aquamacs Emacs is > defective. If launching Aquamacs Emacs without your (-q) or without > > any (-Q) customisation lets AUCTeX compile your LaTeX file, then > the > fault is in your customisation or latest in that of your system. > if i do : ' /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -Q & i can compile the latex document! i get the following: tong:~/Desktop/cv/short jr$ pdflatex \\nonstopmode\\input cv-short-jr.tex This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode LaTeX2e <2003/12/01> ... (latex output) i guess it means there is something wrong with the customizations.el file, or? it looks pretty complicated when i open it and i dont really know where to start. any suggestions what it could be? or should i look somewhere else? i looked at the Preferences.el but i dont think there is anything in there messing things up... i tried loading aquamacs without my Preferences.el anyways and no change. suggestions higlhy appreciated:-) > > (pdf)latex compiles fine from the terminal so its working ok... > so > > i dont understand why its complaining about the /bin/sh?? > > It's not complaining about this, it's the programme (shell > interpreter) /bin/sh that complains about a command it receives > from > Aquamacs Emacs that is syntactically not correct: > > line 1: unexpected EOF while looking for matching ``' > line 2: syntax error: unexpected end of file > > And this shell interpreter is needed to create a sub-process in > Aquamacs Emacs in which AUCTeX can invoke pdflatex or whatever to > convert a (La)TeX file. > > -- > Greetings > > Pete > > They that can give up essential liberty to obtain a little > temporary > safety deserve neither liberty nor safety. > -Benjamin Franklin, Historical Review of Pennsylvania. > > > > From david.reitter at gmail.com Thu Sep 18 07:51:39 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 18 07:51:47 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: References: Message-ID: On 18 Sep 2008, at 07:22, Jesper Ryge wrote: > > if i do : ' > > /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -Q & > i can compile the latex document! You didn't tell us what happens with -q. Also, if you inspect `load-path', you can see easily if "ec-emacs" is found somewhere. > > > somewhere else? i looked at the Preferences.el but i dont think > there is > anything in there messing things up... i tried loading aquamacs > without > my Preferences.el anyways and no change. You can always try to load it without customizations.el. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080918/a1b8a530/smime.bin From Jesper.Ryge at ki.se Thu Sep 18 09:06:59 2008 From: Jesper.Ryge at ki.se (Jesper Ryge) Date: Thu Sep 18 09:07:04 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: References: Message-ID: <68F585AD-84A6-4BF5-BA5F-96574AE9A551@ki.se> On 18 Sep 2008, at 13:51, David Reitter wrote: thanks:-) > On 18 Sep 2008, at 07:22, Jesper Ryge wrote: >> >> if i do : ' >> >> /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -Q & >> i can compile the latex document! > > > You didn't tell us what happens with -q. > the same error message as as normal aquamacs when u use -q, i.e. no compilations of latex document. > Also, if you inspect `load-path', you can see easily if "ec-emacs" > is found somewhere. do u mean look for load-path in Preferences.el or can i check somehow what paths emacs is loading after start-up? im not that much into all the specific commands within in emacs i must say, except for the normal editing shortcuts and so on... in the Preference.el there are no additional paths set. i used to have a path set to ess but the new distribution of aquamacs its not necessary. >> >> >> somewhere else? i looked at the Preferences.el but i dont think >> there is >> anything in there messing things up... i tried loading aquamacs >> without >> my Preferences.el anyways and no change. > > You can always try to load it without customizations.el. tried that now, same error message... > > > -- > 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 Thu Sep 18 09:29:34 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 18 09:29:43 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: <68F585AD-84A6-4BF5-BA5F-96574AE9A551@ki.se> References: <68F585AD-84A6-4BF5-BA5F-96574AE9A551@ki.se> Message-ID: On 18 Sep 2008, at 09:06, Jesper Ryge wrote: > > do u mean look for load-path in Preferences.el or can i check > somehow what paths emacs is loading after start-up? im not that much > into all the specific commands within in emacs i must say, except > for the normal editing shortcuts and so on... in the Preference.el > there are no additional paths set. i used to have a path set to ess > but the new distribution of aquamacs its not necessary. Right. Why don't you send us a bug report with Help -> Diagnose... -> Start Aquamacs first, and then Help -> Diagnose..-> Send Bug Report (from the new Aquamacs instance). (This applies to version 1.5rc3) That'll give us more information. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080918/cd05dfb9/smime.bin From Peter_Dyballa at Web.DE Thu Sep 18 10:52:08 2008 From: Peter_Dyballa at Web.DE (Peter Dyballa) Date: Thu Sep 18 10:52:20 2008 Subject: [OS X Emacs] latex error??? In-Reply-To: References: Message-ID: Am 18.09.2008 um 13:22 schrieb Jesper Ryge: > i guess it means there is something wrong with the customizations.el > file, or? it looks pretty complicated when i open it and i dont really > know where to start. any suggestions what it could be? or should i > look > somewhere else? i looked at the Preferences.el but i dont think > there is > anything in there messing things up... i tried loading aquamacs > without > my Preferences.el anyways and no change. I'm not using Aquamacs Emacs so I can't tell where to look. I know what to look at: lines containing the command name pdflatex in some ELisp file(s). Since with -q, i.e. without your personal customisation, the same error appears as when launching Aquamacs Emacs without any options, it has to be a caused by something in the system's init file. No error with -Q makes this clear ? although: are you using AUCTeX then? A Preview menu is a sure sign ... -- Greetings Pete A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. From Jesper.Ryge at ki.se Thu Sep 18 11:09:02 2008 From: Jesper.Ryge at ki.se (Jesper Ryge) Date: Thu Sep 18 11:09:11 2008 Subject: [OS X Emacs] latex error continued... Message-ID: <260AEAA3-8032-4951-BAB8-C3D853F19F40@ki.se> Enter your bug report here. error when attempting compile latex document: Running `LaTeX' on `cv-long-jr' with ``%`pdflatex \nonstopmode%' cv- long-jr.tex'' /bin/sh: -c: line 1: unexpected EOF while looking for matching ``' /bin/sh: -c: line 2: syntax error: unexpected end of file LaTeX exited abnormally with code 2 at Thu Sep 18 17:02:47 persist in: /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -q & but not in /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -Q & in -Q it runs the pdflatex on the open *.tex file as in a terminal window - as far as i can tell. cheers, jesper In GNU Emacs 22.2.90.2 (powerpc-apple-darwin7.9.0, Carbon Version 1.6.0) of 2008-08-18 on applecore.inf.ed.ac.uk - Aquamacs Distribution 1.5RC3 Windowing system distributor `Apple Inc.', version 10.4.11 configured using `configure '--without-x' '--prefix=/usr/local'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: PDFLaTeX/F Minor modes in effect: TeX-fold-mode: t flyspell-mode: t reftex-mode: t outline-minor-mode: t TeX-PDF-mode: t display-time-mode: t msb-mode: t savehist-mode: t smart-frame-positioning-mode: t global-visual-line-mode: t visual-line-mode: t recentf-mode: t encoded-kbd-mode: t osx-key-mode: t show-paren-mode: t delete-selection-mode: t pc-selection-mode: t cua-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f C-c C-c Recent messages: Loading reftex-dcr...done Automatic display of crossref information was turned on Loading flyspell...done Starting new Ispell process [default] ... Loading tex-fold...done Applying style hooks... done Loading texmathp...done Type `C-c C-l' to display results of compilation. LaTeX: problems after [0] pages. Loading emacsbug...done Command line: (/Applications/Aquamacs Emacs.app/Contents/MacOS/ Aquamacs Emacs) PATH: /opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/ bin:/usr/sbin:/usr/local/mysql/bin:/Users/jr/bin:/usr/X11R6/bin:/usr/ bin:/bin:/usr/sbin:/sbin:/usr/local/teTeX/bin/powerpc-apple-darwin- current/:/sw/bin:/sw/sbin:/usr/libexec:/Developer/Tools:/usr/local/ bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/ Applications/Aquamacs Emacs.app/Contents/MacOS/bin/ exec-path: (/usr/local/bin /opt/local/bin /opt/local/sbin /sw/bin /sw/ sbin /bin /sbin /usr/bin /usr/sbin /usr/local/mysql/bin /Users/jr/ bin /usr/X11R6/bin /usr/bin /bin /usr/sbin /sbin /Applications/ Aquamacs Emacs.app/Contents/MacOS/libexec /Applications/Aquamacs Emacs.app/Contents/MacOS/bin /usr/local/teTeX/bin/powerpc-apple- darwin-current/ /sw/bin /sw/sbin /usr/libexec /Developer/Tools /usr/ local/bin /usr/local/sbin /bin /sbin /usr/bin /usr/sbin /usr/X11R6/ bin /Applications/Aquamacs Emacs.app/Contents/MacOS/bin/) From david.reitter at gmail.com Thu Sep 18 18:29:05 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 18 18:52:31 2008 Subject: [OS X Emacs] Re: [Aquamacs-bugs] latex error continued... In-Reply-To: <260AEAA3-8032-4951-BAB8-C3D853F19F40@ki.se> References: <260AEAA3-8032-4951-BAB8-C3D853F19F40@ki.se> Message-ID: <7FE3FE0E-B3FB-44D6-9801-ACB6960FA1DB@gmail.com> Jesper, to inspect a variable in Emacs, type C-h v variablename RET. Please inspect the variable `TeX-command-list' after loading your TeX file. For me, it has an element like this: ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") Now inspect `TeX-expand-list'. This should have an entry ("%`" (lambda nil (setq TeX-command-pos t TeX-command-text ""))) Also, please check `LaTeX-command', which should simply be "latex". Finally, please have a look at `buffer-file-name', called from within the buffer that you're compiling. The next thing to do would be to create a new buffer, paste the code below (a new definition of the AUCTeX function TeX-command) and then do M-x eval-buffer RET. This will add a debug output. When you then attempt to compile your LaTeX file, you should get some additional information in your *Messages* buffer, beginning with "executing latex command". This line is something we would want to see to help you fix this problem. Finally, I presume that you're trying this with a new, minimal LaTeX document without much content. Best - David -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! (defun TeX-command (name file &optional override-confirm) "Run command NAME on the file returned by calling FILE. FILE is the symbol of a function returning a file name. The function has one optional argument, the extension to use on the file. Use the information in `TeX-command-list' to determine how to run the command. If OVERRIDE-CONFIRM is a prefix argument, confirmation will be asked if it is positive, and suppressed if it is not." (cond ((eq file 'TeX-region-file) (setq TeX-current-process-region-p t)) ((eq file 'TeX-master-file) (setq TeX-current-process-region-p nil))) (let ((command (TeX-command-expand (nth 1 (assoc name TeX-command- list)) file)) (hook (nth 2 (assoc name TeX-command-list))) (confirm (if override-confirm (> (prefix-numeric-value override-confirm) 0) (nth 3 (assoc name TeX-command-list))))) ;; Verify the expanded command (if confirm (setq command (read-from-minibuffer (concat name " command: ") command nil nil))) ;; Now start the process (setq file (funcall file)) (TeX-process-set-variable file 'TeX-command-next TeX-command-Show) (message "executing latex command: %s" command) (funcall hook name command file))) On 18 Sep 2008, at 11:09, Jesper Ryge wrote: > Enter your bug report here. > > error when attempting compile latex document: > > > Running `LaTeX' on `cv-long-jr' with ``%`pdflatex \nonstopmode%' cv- > long-jr.tex'' > /bin/sh: -c: line 1: unexpected EOF while looking for matching ``' > /bin/sh: -c: line 2: syntax error: unexpected end of file > > LaTeX exited abnormally with code 2 at Thu Sep 18 17:02:47 > > > persist in: > > /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -q & > > but not in > > /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs -Q & > > in -Q it runs the pdflatex on the open *.tex file as in a terminal > window - as far as i can tell. > > cheers, > jesper > > > In GNU Emacs -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080918/611c0901/smime.bin From davidcross at charter.net Thu Sep 18 20:31:51 2008 From: davidcross at charter.net (David Cross) Date: Thu Sep 18 20:31:56 2008 Subject: [OS X Emacs] ESS and Aquamacs In-Reply-To: Jesper Ryge's message of "Thu\, 18 Sep 2008 12\:38\:45 +0200" Message-ID: Wow ... thanks! :-) From cmenzel at tamu.edu Fri Sep 19 19:41:21 2008 From: cmenzel at tamu.edu (Christopher Menzel) Date: Fri Sep 19 19:41:56 2008 Subject: [OS X Emacs] Emacs -> Skim sync not workin' In-Reply-To: <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> Message-ID: Howdy, I have recently upgraded to a new iMac, so I might have broken something along the way (though I am using the same preference and customization files) but, while syncing from Skim to (Aquamacs) Emacs works as advertised with Cmd-Shift-, the opposite direction does not. If I perform said gesture in my Emacs window, focus is shifted to Skim, but I am not taken to the corresponding point (highlighted by that nice little red dot) in the rendered PDF. Bidirectional syncing *did* work before my upgrade (and maybe since, I'm hazy there). Googling and Wiki'ing has not uncovered a solution. Ideas appreciated. Chris Menzel From david.reitter at gmail.com Fri Sep 19 19:17:51 2008 From: david.reitter at gmail.com (David Reitter) Date: Fri Sep 19 20:05:13 2008 Subject: [OS X Emacs] SLIME CVS problems Message-ID: <016BDC67-C450-48A4-97B4-9839AB33D23F@gmail.com> I thought I'd try out the latest and greatest SLIME, from their CVS, as they recommend. But unfortunately, I'm not getting anywhere: Welcome to OpenMCL Version 1.1-pre-070722 (DarwinX8664)! ? ;Loading #P"/Users/dr/Library/Application Support/Emacs/slime-1.2.1/ swank-loader.lisp"... ;Loading #P"/Users/dr/.slime/fasl/openmcl-1.1-unix-x86-64/swank- backend.dx64fsl"... ;Loading #P"/Users/dr/.slime/fasl/openmcl-1.1-unix-x86-64/ nregex.dx64fsl"... ;Loading #P"/Users/dr/.slime/fasl/openmcl-1.1-unix-x86-64/ metering.dx64fsl"... ;Loading #P"/Users/dr/.slime/fasl/openmcl-1.1-unix-x86-64/swank- openmcl.dx64fsl"... ;Loading #P"/Users/dr/.slime/fasl/openmcl-1.1-unix-x86-64/swank- gray.dx64fsl"... ;Loading #P"/Users/dr/.slime/fasl/openmcl-1.1-unix-x86-64/ swank.dx64fsl"... ; Warning: These Swank interfaces are unimplemented: ; (ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER CALLS- WHO MACROEXPAND-ALL REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS SLDB- BREAK-AT-START SLDB-BREAK-ON-RETURN) ; While executing: SWANK-BACKEND::WARN-UNIMPLEMENTED-INTERFACES, in process listener(1). #P"/Users/dr/Library/Application Support/Emacs/slime-1.2.1/swank- loader.lisp" ? ;; Swank started at port: 50134. NIL ? *Messages* reads Polling "/var/folders/8h/8hIgrExEHNOfZGhlNEY32k+++TI/-Tmp-/slime. 36071".. (Abort with `M-x slime-abort-connection'.) [2 times] Connecting to Swank on port 50134.. error in process filter: if: Wrong number of arguments: nil, 12 error in process filter: Wrong number of arguments: nil, 12 The stack trace for this error follows below. I initialize SLIME in the standard Aquamacs way, but I've also tried a simple (require 'slime) and (slime-setup) as recommended by the SLIME README. It seems like it's incompatible with my OpenMCL version, which is the version that was available for a long time. It works perfectly for me, and it worked fine with the last SLIME release from 2006. I actually need Lisp for my work with some tried-and-tested dependencies, so I won't upgrade OpenMCL just like that. I was thinking of using the SLIME CVS in Aquamacs instead of the old release - that's been warmly recommended to me by an expert. But for this to work, SLIME would have to play ball with recent versions of CL interpreters; the SLIME CVS would have to be of a certain production- level quality... Advice would be appreciated. -- 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!  Debugger entered--Lisp error: (wrong-number-of-arguments nil 12) signal(wrong-number-of-arguments (nil 12)) (if (= (length --cl-rest--) 7) (pop --cl-rest--) (signal (quote wrong-number-of-arguments) (list nil ...))) (let* ((--cl-rest-- info) (pid ...) (type ...) (name ...) (features ...) (style ...) (version ...) (host ...)) (setf (slime-pid) pid (slime-lisp-implementation-type) type (slime-lisp-implementation- type-name) name (slime-connection-name) (slime-generate-connection- name name) (slime-lisp-features) features (slime-communication-style) style (slime-lisp-implementation-version) version (slime-machine- instance) host)) (progn (let* (... ... ... ... ... ... ... ...) (setf ... pid ... type ... name ... ... ... features ... style ... version ... host))) (destructuring-bind (pid type name features style version host) info (setf (slime-pid) pid (slime-lisp-implementation-type) type (slime-lisp-implementation-type-name) name (slime-connection-name) (slime-generate-connection-name name) (slime-lisp-features) features (slime-communication-style) style (slime-lisp-implementation-version) version (slime-machine-instance) host)) slime-set-connection-info(# (:pid 36129 :style :spawn :lisp-implementation (:type "OpenMCL" :name "openmcl" :version "Version 1.1-pre-070722 (DarwinX8664)") :machine (:instance "scarlett" :type "i386" :version "MacBookPro3,1") :features (:primary-classes :common-lisp :openmcl :clozure :ansi- cl :unix :openmcl-unicode-strings :openmcl-native-threads :openmcl- partial-mop :mcl-common-mop-subset :openmcl-mop-2 :openmcl-private- hash-tables :openmcl-hash-consing :x86-64 :x86_64 :x86-target :x86- host :x8664-target :x8664-host :darwin-host :darwin-target :darwinx86- target :darwinx8664-target :darwinx8664-host :poweropen-target :64-bit- target :64-bit-host :little-endian-target :little-endian- host :mcl) :package (:name "COMMON-LISP-USER" :prompt "CL-USER"))) (lambda (info) (slime-set-connection-info proc info))((:pid 36129 :style :spawn :lisp-implementation (:type "OpenMCL" :name "openmcl" :version "Version 1.1-pre-070722 (DarwinX8664)") :machine (:instance "scarlett" :type "i386" :version "MacBookPro3,1") :features (:primary-classes :common-lisp :openmcl :clozure :ansi- cl :unix :openmcl-unicode-strings :openmcl-native-threads :openmcl- partial-mop :mcl-common-mop-subset :openmcl-mop-2 :openmcl-private- hash-tables :openmcl-hash-consing :x86-64 :x86_64 :x86-target :x86- host :x8664-target :x8664-host :darwin-host :darwin-target :darwinx86- target :darwinx8664-target :darwinx8664-host :poweropen-target :64-bit- target :64-bit-host :little-endian-target :little-endian- host :mcl) :package (:name "COMMON-LISP-USER" :prompt "CL-USER"))) funcall((lambda (info) (slime-set-connection-info proc info)) (:pid 36129 :style :spawn :lisp-implementation (:type "OpenMCL" :name "openmcl" :version "Version 1.1-pre-070722 (DarwinX8664)") :machine (:instance "scarlett" :type "i386" :version "MacBookPro3,1") :features (:primary-classes :common-lisp :openmcl :clozure :ansi- cl :unix :openmcl-unicode-strings :openmcl-native-threads :openmcl- partial-mop :mcl-common-mop-subset :openmcl-mop-2 :openmcl-private- hash-tables :openmcl-hash-consing :x86-64 :x86_64 :x86-target :x86- host :x8664-target :x8664-host :darwin-host :darwin-target :darwinx86- target :darwinx8664-target :darwinx8664-host :poweropen-target :64-bit- target :64-bit-host :little-endian-target :little-endian- host :mcl) :package (:name "COMMON-LISP-USER" :prompt "CL-USER"))) (if (symbol-value G36529) (funcall (symbol-value G36529) result)) (let* ((--cl-rest-- rand-36527) (result ...)) (if (symbol-value G36529) (funcall ... result))) (cond ((eql op-36526 ...) (let* ... ...)) ((eql op-36526 ...) (let* ... ... ...)) (t (error "destructure-case failed: %S" tmp-36528))) (let* ((tmp-36528 G36525) (op-36526 ...) (rand-36527 ...)) (cond (... ...) (... ...) (t ...))) (lambda (G36529 G36525) (let* (... ... ...) (cond ... ... ...)))(-- cont-- (:ok (:pid 36129 :style :spawn :lisp-implementation (:type "OpenMCL" :name "openmcl" :version "Version 1.1-pre-070722 (DarwinX8664)") :machine (:instance "scarlett" :type "i386" :version "MacBookPro3,1") :features (:primary-classes :common- lisp :openmcl :clozure :ansi-cl :unix :openmcl-unicode- strings :openmcl-native-threads :openmcl-partial-mop :mcl-common-mop- subset :openmcl-mop-2 :openmcl-private-hash-tables :openmcl-hash- consing :x86-64 :x86_64 :x86-target :x86-host :x8664-target :x8664- host :darwin-host :darwin-target :darwinx86-target :darwinx8664- target :darwinx8664-host :poweropen-target :64-bit-target :64-bit- host :little-endian-target :little-endian-host :mcl) :package (:name "COMMON-LISP-USER" :prompt "CL-USER")))) apply((lambda (G36529 G36525) (let* (... ... ...) (cond ... ... ...))) --cont-- (:ok (:pid 36129 :style :spawn :lisp- implementation (:type "OpenMCL" :name "openmcl" :version "Version 1.1- pre-070722 (DarwinX8664)") :machine (:instance "scarlett" :type "i386" :version "MacBookPro3,1") :features (:primary-classes :common- lisp :openmcl :clozure :ansi-cl :unix :openmcl-unicode- strings :openmcl-native-threads :openmcl-partial-mop :mcl-common-mop- subset :openmcl-mop-2 :openmcl-private-hash-tables :openmcl-hash- consing :x86-64 :x86_64 :x86-target :x86-host :x8664-target :x8664- host :darwin-host :darwin-target :darwinx86-target :darwinx8664- target :darwinx8664-host :poweropen-target :64-bit-target :64-bit- host :little-endian-target :little-endian-host :mcl) :package (:name "COMMON-LISP-USER" :prompt "CL-USER")))) (lambda (&rest --cl-rest--) (apply (lambda ... ...) (quote -- cont--) --cl-rest--))((:ok (:pid 36129 :style :spawn :lisp- implementation (:type "OpenMCL" :name "openmcl" :version "Version 1.1- pre-070722 (DarwinX8664)") :machine (:instance "scarlett" :type "i386" :version "MacBookPro3,1") :features (:primary-classes :common- lisp :openmcl :clozure :ansi-cl :unix :openmcl-unicode- strings :openmcl-native-threads :openmcl-partial-mop :mcl-common-mop- subset :openmcl-mop-2 :openmcl-private-hash-tables :openmcl-hash- consing :x86-64 :x86_64 :x86-target :x86-host :x8664-target :x8664- host :darwin-host :darwin-target :darwinx86-target :darwinx8664- target :darwinx8664-host :poweropen-target :64-bit-target :64-bit- host :little-endian-target :little-endian-host :mcl) :package (:name "COMMON-LISP-USER" :prompt "CL-USER")))) slime-dispatch-event((:return (:ok (:pid 36129 :style :spawn :lisp- implementation ... :machine ... :features ... :package ...)) 1) #) slime-process-available-input() slime-net-filter(# "ozure :ansi- cl :unix :openmcl-unicode-strings :openmcl-native-threads :openmcl- partial-mop :mcl-common-mop-subset :openmcl-mop-2 :openmcl-private- hash-tables :openmcl-hash-consing :x86-64 :x86_64 :x86-target :x86- host :x8664-target :x8664-host :darwin-host :darwin-target :darwinx86- target :darwinx8664-target :darwinx8664-host :poweropen-target :64-bit- target :64-bit-host :little-endian-target :little-endian- host :mcl) :package (:name \"COMMON-LISP-USER\" :prompt \"CL-USER\"))) 1)") -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080919/288d1c26/smime.bin From cmenzel at tamu.edu Sat Sep 20 19:32:06 2008 From: cmenzel at tamu.edu (Christopher Menzel) Date: Sat Sep 20 19:32:40 2008 Subject: [OS X Emacs] Emacs -> Skim sync not workin' In-Reply-To: References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> Message-ID: <53627916-762A-4A6D-9A37-AD083089B6D0@tamu.edu> Brief followup here. If Skim isn't running, the *first* time I do a Cmd-Shift- in an Emacs window it brings up Skim, and the corresponding point in the rendered document is displayed and highlighted. After that, Cmd-Shift-ing simply shifts focus to the Skim window without any syncing. Chris Menzel On Sep 19, 2008, at 6:41 PM, Christopher Menzel wrote: > Howdy, > > I have recently upgraded to a new iMac, so I might have broken > something along the way (though I am using the same preference and > customization files) but, while syncing from Skim to (Aquamacs) > Emacs works as advertised with Cmd-Shift-, the opposite > direction does not. If I perform said gesture in my Emacs window, > focus is shifted to Skim, but I am not taken to the corresponding > point (highlighted by that nice little red dot) in the rendered > PDF. Bidirectional syncing *did* work before my upgrade (and maybe > since, I'm hazy there). > > Googling and Wiki'ing has not uncovered a solution. Ideas > appreciated. > > Chris Menzel From david.reitter at gmail.com Sat Sep 20 20:53:46 2008 From: david.reitter at gmail.com (David Reitter) Date: Sat Sep 20 20:53:55 2008 Subject: [OS X Emacs] Emacs -> Skim sync not workin' In-Reply-To: <53627916-762A-4A6D-9A37-AD083089B6D0@tamu.edu> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> <53627916-762A-4A6D-9A37-AD083089B6D0@tamu.edu> Message-ID: Christopher, On 20 Sep 2008, at 19:32, Christopher Menzel wrote: > Brief followup here. If Skim isn't running, the *first* time I do a > Cmd-Shift- in an Emacs window it brings up Skim, and the > corresponding point in the rendered document is displayed and > highlighted. After that, Cmd-Shift-ing simply shifts > focus to the Skim window without any syncing. I believe that we send the correct info over to Skim, and the last time I tried it, it worked for me. However, others have reported very similar trouble. I am cc'ing Tom McCormick, who might be able to shed light on the issue - but according to my files, this issue hasn't been solved. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080920/49bd22c9/smime.bin From cmenzel at tamu.edu Sat Sep 20 21:26:20 2008 From: cmenzel at tamu.edu (Christopher Menzel) Date: Sat Sep 20 21:26:54 2008 Subject: [OS X Emacs] Emacs -> Skim sync not workin' [SOLVED] In-Reply-To: References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> <53627916-762A-4A6D-9A37-AD083089B6D0@tamu.edu> Message-ID: <4AD4D71C-159B-47A4-8D0F-9ADFDE3CEE9B@tamu.edu> > On 20 Sep 2008, at 19:32, Christopher Menzel wrote: >> Brief followup here. If Skim isn't running, the *first* time I do >> a Cmd-Shift- in an Emacs window it brings up Skim, and >> the corresponding point in the rendered document is displayed and >> highlighted. After that, Cmd-Shift-ing simply shifts >> focus to the Skim window without any syncing. > > I believe that we send the correct info over to Skim, and the last > time I tried it, it worked for me. However, others have reported > very similar trouble. I am cc'ing Tom McCormick, who might be able > to shed light on the issue - but according to my files, this issue > hasn't been solved. Both Tom and I have found solutions to the problem, which in both our cases had distinct but similar origins. Tom's problem had to do with loading a file into Aquamacs whose full pathname included the string "TeX". Tom typed "tex" and Aquamacs was smart enough to do the conversion to upper case and load the file, but apparently the incorrectly typed name was stored for use in forward/inverse searching. Apparently, when the script to do a forward search was called, it called Skim (hence the change in focus I reported) but of course didn't have the right name for the pdf file, so no joy. I didn't have a problem with case, but the idea of using a filename to load a file that is different from the actual filename was the clue. I'm using iDisk syncing, which (as most folks probably know) creates a local copy of my .Mac iDisk and keeps them in sync. I keep papers that I'm working on there so that I can always access up-to-date copies that I can work on on different machines. (This is *really* cool, btw...) However, I like having the folders containing all of my research papers in a single directory (~/Research/papers) beneath my Home directory, so I had created *symlinks* to the research folders on my (local) iDisk. The problem with Aquamacs -> Skim syncing only arises if I use the symlink to load a paper into Aquamacs; if I call it instead via its actual path on the iDisk (e.g., /Volumes/c.menzel/ Research/papers/foo/foo.tex) I get Aquamacs -> Skim syncing back. So the bottom line here is that something in the syncing process doesn't like symlinks. (I'm guessing Applescript.) Aquamacs Emacs and the Aquamacs community are great! It's why I've donated to the project. ;-) Chris Menzel From david.reitter at gmail.com Sat Sep 20 22:03:57 2008 From: david.reitter at gmail.com (David Reitter) Date: Sat Sep 20 22:04:07 2008 Subject: [OS X Emacs] Emacs -> Skim sync not workin' [SOLVED] In-Reply-To: <4AD4D71C-159B-47A4-8D0F-9ADFDE3CEE9B@tamu.edu> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> <53627916-762A-4A6D-9A37-AD083089B6D0@tamu.edu> <4AD4D71C-159B-47A4-8D0F-9ADFDE3CEE9B@tamu.edu> Message-ID: <695B8BD6-D3A7-4059-80BE-E4BB590D4D40@gmail.com> On 20 Sep 2008, at 21:26, Christopher Menzel wrote: > > Tom's problem had to do with loading a file into Aquamacs whose > full pathname included the string "TeX". Tom typed "tex" and > Aquamacs was smart enough to do the conversion to upper case and > load the file, but apparently the incorrectly typed name was stored > for use in forward/inverse searching. Ah, sounds familiar. Thanks for jogging my mind. > > However, I like having the folders containing all of my research > papers in a single directory (~/Research/papers) beneath my Home > directory, so I had created *symlinks* to the research folders on my > (local) iDisk. The problem with Aquamacs -> Skim syncing only > arises if I use the symlink to load a paper into Aquamacs; if I call > it instead via its actual path on the iDisk (e.g., /Volumes/c.menzel/ > Research/papers/foo/foo.tex) I get Aquamacs -> Skim syncing back. Excellent analysis. > So the bottom line here is that something in the syncing process > doesn't like symlinks. (I'm guessing Applescript.) Applescript should just pass on the POSIX style paths. I suspect that Skim compares the files, and it uses the canonical file name rather than what it was started with. I just wrote the code below that addresses this issue - I do think that a fix should go into Skim rather than Aquamacs. - 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! (defun canonicalize-file-name (file) "Expand symlinks in file name. Otherwise, like `expand-file-name'." (let ((f "")) (mapcar (lambda (x) (setq f (let* ((f2 (concat f "/" x)) (exp (file-symlink-p f2))) (if exp (concat f "/" exp) f2)))) (cdr (split-string (expand-file-name file) "/"))) f)) (defun aquamacs-call-viewer (the-file line source) "Display THE-FILE as PDF at LINE (as in file SOURCE). Calls `aquamacs-tex-pdf-viewer' to display the PDF file THE-FILE." (let ((full-file-name (expand-file-name the-file (and buffer-file-name (file-name-directory buffer-file-name)))) (full-source-name (expand-file-name source (and buffer-file-name (file-name-directory buffer-file-name))))) (do-applescript (format " set theSink to POSIX file \"%s\" set theSource to POSIX file \"%s\" tell application \"%s\" activate open theSink tell front document to go to TeX line %d from theSource end tell " full-file-name (canonicalize-file-name full-source-name) aquamacs-tex-pdf-viewer line)))) -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080920/77f22277/smime.bin From vancleve at stanford.edu Sun Sep 21 00:10:05 2008 From: vancleve at stanford.edu (Jeremy Van Cleve) Date: Sun Sep 21 00:35:15 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX Message-ID: <48D5C91D.3090100@stanford.edu> Now that MacTeX-2008 has been released with binaries that support compiling documents with the "-synctex=1" option, what is the best way to use the support for SyncTeX that is in the AUCTeX cvs source? Will Aquamacs wait until AUCTeX makes a new release, in which case Aquamacs 1.5 is unlikely to support SyncTeX? best, Jeremy -- Jeremy Van Cleve Graduate Student Department of Biology Stanford University Fax: 650-725-7745 E-mail: vancleve@stanford.edu Webpage: http://charles.stanford.edu/~vancleve/ From j.m.figueroa at ed.ac.uk Sun Sep 21 09:02:20 2008 From: j.m.figueroa at ed.ac.uk (=?ISO-8859-1?Q?Jos=E9_Miguel_Figueroa-O'Farrill?=) Date: Sun Sep 21 09:35:19 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: <48D5C91D.3090100@stanford.edu> References: <48D5C91D.3090100@stanford.edu> Message-ID: On 21 Sep 2008, at 06:10, Jeremy Van Cleve wrote: > Now that MacTeX-2008 has been released with binaries that support > compiling documents with the "-synctex=1" option, what is the best > way to use the support for SyncTeX that is in the AUCTeX cvs > source? Will Aquamacs wait until AUCTeX makes a new release, in > which case Aquamacs 1.5 is unlikely to support SyncTeX? Although not an answer to your question, there was a thread not so long ago in the AUCTeX developers list about this. It seems that it is not simply a question of Aquamacs, but of the PDF viewer application. One disturbing thing from that thread was that the AUCTeX developers are under the impression that there is no emacs on Mac OS X for which AUCTeX works out of the box. See, http://www.mail-archive.com/auctex- devel@gnu.org/msg06181.html, for example. -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. From joseph.slater at wright.edu Sun Sep 21 09:01:28 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Sun Sep 21 10:01:38 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: <48D5C91D.3090100@stanford.edu> References: <48D5C91D.3090100@stanford.edu> Message-ID: On Sep 21, 2008, at 12:10 AM, Jeremy Van Cleve wrote: > Now that MacTeX-2008 has been released with binaries that support > compiling documents with the "-synctex=1" option, what is the best > way to use the support for SyncTeX that is in the AUCTeX cvs > source? Will Aquamacs wait until AUCTeX makes a new release, in > which case Aquamacs 1.5 is unlikely to support SyncTeX? I can't answer these, but I got it working by modifying my latex command in the preferences. From joseph.slater at wright.edu Sun Sep 21 12:31:36 2008 From: joseph.slater at wright.edu (Joseph C. Slater PE, PhD) Date: Sun Sep 21 12:31:52 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: References: <48D5C91D.3090100@stanford.edu> Message-ID: <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> On Sep 21, 2008, at 9:01 AM, Joseph C. Slater PE, PhD wrote: > > On Sep 21, 2008, at 12:10 AM, Jeremy Van Cleve wrote: > >> Now that MacTeX-2008 has been released with binaries that support >> compiling documents with the "-synctex=1" option, what is the best >> way to use the support for SyncTeX that is in the AUCTeX cvs >> source? Will Aquamacs wait until AUCTeX makes a new release, in >> which case Aquamacs 1.5 is unlikely to support SyncTeX? > > I can't answer these, but I got it working by modifying my latex > command in the preferences. Specifically: http://mactex-wiki.tug.org/wiki/index.php?title=SyncTeX has instructions. Joe From Alexander.Hamann at stud-mail.uni-wuerzburg.de Sun Sep 21 11:57:36 2008 From: Alexander.Hamann at stud-mail.uni-wuerzburg.de (Alex Hamann) Date: Sun Sep 21 13:15:31 2008 Subject: [OS X Emacs] Emacs -> Skim sync not workin' [SOLVED] In-Reply-To: <695B8BD6-D3A7-4059-80BE-E4BB590D4D40@gmail.com> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> <53627916-762A-4A6D-9A37-AD083089B6D0@tamu.edu> <4AD4D71C-159B-47A4-8D0F-9ADFDE3CEE9B@tamu.edu> <695B8BD6-D3A7-4059-80BE-E4BB590D4D40@gmail.com> Message-ID: <1278B783-F6E5-44CB-89BD-93F82F21557A@stud-mail.uni-wuerzburg.de> Has anybody already notified the Skim developers? Otherwise I will bring this to notice on the Skim mailing list. Alex Am 21.09.2008 um 04:03 schrieb David Reitter: > On 20 Sep 2008, at 21:26, Christopher Menzel wrote: >> >> Tom's problem had to do with loading a file into Aquamacs whose >> full pathname included the string "TeX". Tom typed "tex" and >> Aquamacs was smart enough to do the conversion to upper case and >> load the file, but apparently the incorrectly typed name was >> stored for use in forward/inverse searching. > > Ah, sounds familiar. Thanks for jogging my mind. >> >> However, I like having the folders containing all of my research >> papers in a single directory (~/Research/papers) beneath my Home >> directory, so I had created *symlinks* to the research folders on >> my (local) iDisk. The problem with Aquamacs -> Skim syncing only >> arises if I use the symlink to load a paper into Aquamacs; if I >> call it instead via its actual path on the iDisk (e.g., /Volumes/ >> c.menzel/Research/papers/foo/foo.tex) I get Aquamacs -> Skim >> syncing back. > > Excellent analysis. > >> So the bottom line here is that something in the syncing process >> doesn't like symlinks. (I'm guessing Applescript.) > > > Applescript should just pass on the POSIX style paths. > > I suspect that Skim compares the files, and it uses the canonical > file name rather than what it was started with. > I just wrote the code below that addresses this issue - I do think > that a fix should go into Skim rather than Aquamacs. > > - 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! > > > (defun canonicalize-file-name (file) > "Expand symlinks in file name. > Otherwise, like `expand-file-name'." > (let ((f "")) > (mapcar > (lambda (x) > (setq f > (let* ((f2 (concat f "/" x)) > (exp (file-symlink-p f2))) > (if exp (concat f "/" exp) f2)))) > (cdr (split-string (expand-file-name file) "/"))) > f)) > > > (defun aquamacs-call-viewer (the-file line source) > "Display THE-FILE as PDF at LINE (as in file SOURCE). > Calls `aquamacs-tex-pdf-viewer' to display the PDF file THE-FILE." > (let ((full-file-name > (expand-file-name > the-file > (and buffer-file-name (file-name-directory buffer-file-name)))) > (full-source-name > (expand-file-name > source > (and buffer-file-name (file-name-directory buffer-file-name))))) > (do-applescript > (format > " > set theSink to POSIX file \"%s\" > set theSource to POSIX file \"%s\" > tell application \"%s\" > activate > open theSink > tell front document to go to TeX line %d from theSource > end tell > " full-file-name (canonicalize-file-name full-source-name) > aquamacs-tex-pdf-viewer line)))) > > _____________________________________________________________ > 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 Sun Sep 21 13:30:27 2008 From: david.reitter at gmail.com (David Reitter) Date: Sun Sep 21 13:30:37 2008 Subject: [OS X Emacs] Emacs -> Skim sync not workin' [SOLVED] In-Reply-To: <1278B783-F6E5-44CB-89BD-93F82F21557A@stud-mail.uni-wuerzburg.de> References: <0D4585B1-1456-4B1D-9C4E-E3BBF49D625D@mx6.tiki.ne.jp> <20ecf6c70809160853y54074afas5b66f88960c035cd@mail.gmail.com> <53627916-762A-4A6D-9A37-AD083089B6D0@tamu.edu> <4AD4D71C-159B-47A4-8D0F-9ADFDE3CEE9B@tamu.edu> <695B8BD6-D3A7-4059-80BE-E4BB590D4D40@gmail.com> <1278B783-F6E5-44CB-89BD-93F82F21557A@stud-mail.uni-wuerzburg.de> Message-ID: <5C138E33-FDA2-4A2C-9D53-161505A89DC7@gmail.com> On 21 Sep 2008, at 11:57, Alex Hamann wrote: > > Has anybody already notified the Skim developers? Otherwise I will > bring this to notice on the Skim mailing list. Begin forwarded message: > From: "Christiaan Hofman" > Date: 21 September 2008 07:32:38 EDT > To: "David Reitter" > Subject: Re: [OS X Emacs] Emacs -> Skim sync not workin' [SOLVED] > > OK, apparently symlinks are not always resolved. This is ultimately > an Apple bug, as we actually do use a method (- > stringByStandardizingPath) that should resolve symlinks according to > the docs, but it doesn't. I've filed a bug with Apple, and added a > workaround in Skim to explicitly expand symlinks for the next > release (should be soon). > > Christiaan -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080921/c0df5cc8/smime.bin From Alexander.Hamann at stud-mail.uni-wuerzburg.de Sun Sep 21 14:07:15 2008 From: Alexander.Hamann at stud-mail.uni-wuerzburg.de (Alex Hamann) Date: Sun Sep 21 15:07:17 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> Message-ID: <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> Am 21.09.2008 um 18:31 schrieb Joseph C. Slater PE, PhD: > > On Sep 21, 2008, at 9:01 AM, Joseph C. Slater PE, PhD wrote: > >> >> On Sep 21, 2008, at 12:10 AM, Jeremy Van Cleve wrote: >> >>> Now that MacTeX-2008 has been released with binaries that support >>> compiling documents with the "-synctex=1" option, what is the >>> best way to use the support for SyncTeX that is in the AUCTeX cvs >>> source? Will Aquamacs wait until AUCTeX makes a new release, in >>> which case Aquamacs 1.5 is unlikely to support SyncTeX? >> >> I can't answer these, but I got it working by modifying my latex >> command in the preferences. > > Specifically: > http://mactex-wiki.tug.org/wiki/index.php?title=SyncTeX > has instructions. > Joe > ________ some more on this. Tried a few things today in order to get XeLaTeX working with Aquamacs and SyncTeX. Works with these settings: open Aquamacs type: M-x latex mode go to the LaTeX menu, select Customize AucTeX:Browse Options go to TeX command group go to TeX command list insert a new item: Name: XeLaTeX_SyncteX Command: %`xelatex --synctex=1%(mode)%' %t check boxes for LaTeX and whatever else you want to use with this command save for future sessions Hope this helps, Alex From vancleve at stanford.edu Sun Sep 21 15:38:05 2008 From: vancleve at stanford.edu (Jeremy Van Cleve) Date: Sun Sep 21 15:38:10 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> Message-ID: <48D6A29D.9040802@stanford.edu> Thank you much to all who responded! I have been able to modify the TeX-command-list to use the "-synctex=1" option and produce a .synctex.gz file, but I have had trouble getting the synchronization to work properly. I can get Aquamacs to bring the window focus to Skim but the location in the pdf is far from the location in the source; likewise, when I try to move from the Skim to the source, the line number that Aquamacs moves to is incorrect. Since support for synchronization using SyncTeX in AUCTeX was in the AUCTeX CVS, I downloaded the file that included the new "tex-source-correlate-mode" (tex.el), byte compiled it, and stuck it in the "Aquamacs Emacs.app/Contents/Resources/site-lisp/edit-modes/auctex" directory. However, after turning on the mode, it didn't correct synchronization with Skim. One thing I have noticed since upgrading to Aquamacs 1.5rc3 is that when I'm editing a LaTeX document in LaTeX-mode, line numbers do not show up at the bottom of the buffer; rather Aquamacs shows (??,col#). Maybe this is part of the problem if Aquamacs is having trouble determining the line number in the source. I have noticed that the line number shows up properly in other modes (e.g. MATLAB). Thank again, Jeremy Alex Hamann wrote: > > Am 21.09.2008 um 18:31 schrieb Joseph C. Slater PE, PhD: > >> >> On Sep 21, 2008, at 9:01 AM, Joseph C. Slater PE, PhD wrote: >> >>> >>> On Sep 21, 2008, at 12:10 AM, Jeremy Van Cleve wrote: >>> >>>> Now that MacTeX-2008 has been released with binaries that support >>>> compiling documents with the "-synctex=1" option, what is the best >>>> way to use the support for SyncTeX that is in the AUCTeX cvs >>>> source? Will Aquamacs wait until AUCTeX makes a new release, in >>>> which case Aquamacs 1.5 is unlikely to support SyncTeX? >>> >>> I can't answer these, but I got it working by modifying my latex >>> command in the preferences. >> >> Specifically: >> http://mactex-wiki.tug.org/wiki/index.php?title=SyncTeX >> has instructions. >> Joe >> ________ > > some more on this. Tried a few things today in order to get XeLaTeX > working with Aquamacs and SyncTeX. Works with these settings: > > open Aquamacs > type: M-x latex mode > go to the LaTeX menu, select Customize AucTeX:Browse Options > go to TeX command group > go to TeX command list > insert a new item: > Name: XeLaTeX_SyncteX > Command: %`xelatex --synctex=1%(mode)%' %t > check boxes for LaTeX and whatever else you want to use with this command > save for future sessions > > Hope this helps, > > Alex > > > ------------------------------------------------------------------------ > > _____________________________________________________________ > 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 > -- Jeremy Van Cleve Graduate Student Department of Biology Stanford University Fax: 650-725-7745 E-mail: vancleve@stanford.edu Webpage: http://charles.stanford.edu/~vancleve/ From david.reitter at gmail.com Sun Sep 21 17:52:15 2008 From: david.reitter at gmail.com (David Reitter) Date: Sun Sep 21 17:52:23 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: <48D6A29D.9040802@stanford.edu> References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> <48D6A29D.9040802@stanford.edu> Message-ID: OK, you can see in auctex-config.el how we're getting at the line number. What does `file-line-number' return in your case? (i.e., do M-: (file- line-number) RET) Is this correct? Do you have longlines-mode on, or soft wrap (Option menu)? Is it a really large file that you're editing? I'm adding, below, the documentation string for `line-number-mode'. -- 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! line-number-mode is an interactive compiled Lisp function in `simple.el'. It is bound to . (line-number-mode &optional arg) Toggle Line Number mode. With arg, turn Line Number mode on if arg is positive, otherwise turn it off. When Line Number mode is enabled, the line number appears in the mode line. Line numbers do not appear for very large buffers and buffers with very long lines; see variables `line-number-display-limit' and `line-number-display-limit-width'. [back] On 21 Sep 2008, at 15:38, Jeremy Van Cleve wrote: > Thank you much to all who responded! > > I have been able to modify the TeX-command-list to use the "- > synctex=1" option and produce a .synctex.gz file, but I have had > trouble getting the synchronization to work properly. I can get > Aquamacs to bring the window focus to Skim but the location in the > pdf is far from the location in the source; likewise, when I try to > move from the Skim to the source, the line number that Aquamacs > moves to is incorrect. Since support for synchronization using > SyncTeX in AUCTeX was in the AUCTeX CVS, I downloaded the file that > included the new "tex-source-correlate-mode" (tex.el), byte compiled > it, and stuck it in the "Aquamacs Emacs.app/Contents/Resources/site- > lisp/edit-modes/auctex" directory. However, after turning on the > mode, it didn't correct synchronization with Skim. One thing I have > noticed since upgrading to Aquamacs 1.5rc3 is that when I'm editing > a LaTeX document in LaTeX-mode, line numbers do not show up at the > bottom of the buffer; rather Aquamacs shows (??,col#). Maybe this > is part of the problem if Aquamacs is having trouble determining the > line number in the source. I have noticed that the line number > shows up properly in other modes (e.g. MATLAB). > > Thank again, > > Jeremy > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080921/50c75a3e/smime.bin From vancleve at stanford.edu Sun Sep 21 18:35:00 2008 From: vancleve at stanford.edu (Jeremy Van Cleve) Date: Sun Sep 21 18:35:04 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> <48D6A29D.9040802@stanford.edu> Message-ID: <48D6CC14.2040803@stanford.edu> Thanks for the quick reply David, (file-line-number) returns the correct line number even when the mode-line shows (??). Generally, I use soft wrap, but not longlines-mode. I tried opening a new buffer and pasting my whole document with both soft and hard wrap and found that after scrolling about 140 lines into the document, the mode-line starts displaying (??) and won't return the line number even after deleting all the text. Up to line 140, the text is about 18700 characters. The whole file is 128478 characters. The point at which the mode-line begins displaying (??) isn't in the middle of a particularly long line (previous lines whose numbers displayed were over 1500 characters long), so maybe its the total buffer length, but I checked 'line-number-display-limit', which has a 'nil' value. 'line-number-display-limit-width' is 200. best, jeremy David Reitter wrote: > OK, you can see in auctex-config.el how we're getting at the line number. > What does `file-line-number' return in your case? (i.e., do M-: > (file-line-number) RET) Is this correct? > > Do you have longlines-mode on, or soft wrap (Option menu)? > > Is it a really large file that you're editing? > I'm adding, below, the documentation string for `line-number-mode'. > > > -- > 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! > > > line-number-mode is an interactive compiled Lisp function in `simple.el'. > It is bound to . > (line-number-mode &optional arg) > > Toggle Line Number mode. > With arg, turn Line Number mode on if arg is positive, otherwise > turn it off. When Line Number mode is enabled, the line number > appears in the mode line. > > Line numbers do not appear for very large buffers and buffers > with very long lines; see variables `line-number-display-limit' > and `line-number-display-limit-width'. > > [back] > > > > > On 21 Sep 2008, at 15:38, Jeremy Van Cleve wrote: > >> Thank you much to all who responded! >> >> I have been able to modify the TeX-command-list to use the >> "-synctex=1" option and produce a .synctex.gz file, but I have had >> trouble getting the synchronization to work properly. I can get >> Aquamacs to bring the window focus to Skim but the location in the >> pdf is far from the location in the source; likewise, when I try to >> move from the Skim to the source, the line number that Aquamacs moves >> to is incorrect. Since support for synchronization using SyncTeX in >> AUCTeX was in the AUCTeX CVS, I downloaded the file that included the >> new "tex-source-correlate-mode" (tex.el), byte compiled it, and stuck >> it in the "Aquamacs >> Emacs.app/Contents/Resources/site-lisp/edit-modes/auctex" directory. >> However, after turning on the mode, it didn't correct synchronization >> with Skim. One thing I have noticed since upgrading to Aquamacs >> 1.5rc3 is that when I'm editing a LaTeX document in LaTeX-mode, line >> numbers do not show up at the bottom of the buffer; rather Aquamacs >> shows (??,col#). Maybe this is part of the problem if Aquamacs is >> having trouble determining the line number in the source. I have >> noticed that the line number shows up properly in other modes (e.g. >> MATLAB). >> >> Thank again, >> >> Jeremy >> > > ------------------------------------------------------------------------ > > _____________________________________________________________ > 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 > -- Jeremy Van Cleve Graduate Student Department of Biology Stanford University Fax: 650-725-7745 E-mail: vancleve@stanford.edu Webpage: http://charles.stanford.edu/~vancleve/ From david.reitter at gmail.com Sun Sep 21 18:56:27 2008 From: david.reitter at gmail.com (David Reitter) Date: Sun Sep 21 18:56:37 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: <48D6CC14.2040803@stanford.edu> References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> <48D6A29D.9040802@stanford.edu> <48D6CC14.2040803@stanford.edu> Message-ID: How far off is it (Aquamacs->Skim)? Only the paragraph (+- 1) is guaranteed when you use soft wrap rather that hard line breaks. Once AUCTeX has a release out, I can look into making it work with Command-Shift-Click. - 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! On 21 Sep 2008, at 18:35, Jeremy Van Cleve wrote: > Thanks for the quick reply David, > > (file-line-number) returns the correct line number even when the > mode-line shows (??). > Generally, I use soft wrap, but not longlines-mode. I tried opening > a new buffer and pasting my whole document with both soft and hard > wrap and found that after scrolling about 140 lines into the > document, the mode-line starts displaying (??) and won't return the > line number even after deleting all the text. Up to line 140, the > text is about 18700 characters. The whole file is 128478 > characters. The point at which the mode-line begins displaying (??) > isn't in the middle of a particularly long line (previous lines > whose numbers displayed were over 1500 characters long), so maybe > its the total buffer length, but I checked 'line-number-display- > limit', which has a 'nil' value. 'line-number-display-limit-width' > is 200. > > best, > > jeremy > > David Reitter wrote: >> OK, you can see in auctex-config.el how we're getting at the line >> number. >> What does `file-line-number' return in your case? (i.e., do M-: >> (file-line-number) RET) Is this correct? >> >> Do you have longlines-mode on, or soft wrap (Option menu)? >> >> Is it a really large file that you're editing? >> I'm adding, below, the documentation string for `line-number-mode'. >> >> >> -- >> 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! >> >> >> line-number-mode is an interactive compiled Lisp function in >> `simple.el'. >> It is bound to . >> (line-number-mode &optional arg) >> >> Toggle Line Number mode. >> With arg, turn Line Number mode on if arg is positive, otherwise >> turn it off. When Line Number mode is enabled, the line number >> appears in the mode line. >> >> Line numbers do not appear for very large buffers and buffers >> with very long lines; see variables `line-number-display-limit' >> and `line-number-display-limit-width'. >> >> [back] >> >> >> >> >> On 21 Sep 2008, at 15:38, Jeremy Van Cleve wrote: >> >>> Thank you much to all who responded! >>> >>> I have been able to modify the TeX-command-list to use the "- >>> synctex=1" option and produce a .synctex.gz file, but I have had >>> trouble getting the synchronization to work properly. I can get >>> Aquamacs to bring the window focus to Skim but the location in the >>> pdf is far from the location in the source; likewise, when I try >>> to move from the Skim to the source, the line number that Aquamacs >>> moves to is incorrect. Since support for synchronization using >>> SyncTeX in AUCTeX was in the AUCTeX CVS, I downloaded the file >>> that included the new "tex-source-correlate-mode" (tex.el), byte >>> compiled it, and stuck it in the "Aquamacs Emacs.app/Contents/ >>> Resources/site-lisp/edit-modes/auctex" directory. However, after >>> turning on the mode, it didn't correct synchronization with Skim. >>> One thing I have noticed since upgrading to Aquamacs 1.5rc3 is >>> that when I'm editing a LaTeX document in LaTeX-mode, line numbers >>> do not show up at the bottom of the buffer; rather Aquamacs shows >>> (??,col#). Maybe this is part of the problem if Aquamacs is >>> having trouble determining the line number in the source. I have >>> noticed that the line number shows up properly in other modes >>> (e.g. MATLAB). >>> >>> Thank again, >>> >>> Jeremy >>> >> >> ------------------------------------------------------------------------ >> >> _____________________________________________________________ >> 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 >> > > > -- > Jeremy Van Cleve > > Graduate Student > Department of Biology > Stanford University > Fax: 650-725-7745 > E-mail: vancleve@stanford.edu > Webpage: http://charles.stanford.edu/~vancleve/ > > _____________________________________________________________ > 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 -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080921/02ffe639/smime.bin From vancleve at stanford.edu Sun Sep 21 19:13:27 2008 From: vancleve at stanford.edu (Jeremy Van Cleve) Date: Sun Sep 21 19:13:39 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> <48D6A29D.9040802@stanford.edu> <48D6CC14.2040803@stanford.edu> Message-ID: <48D6D517.5070800@stanford.edu> In the first five or size paragraphs, its within +/- 1 paragraph, but towards the end of the documents, its off by 7 or more paragraphs. Thanks for all the effort. best, Jeremy p.s. Aquamacs is a great program! David Reitter wrote: > How far off is it (Aquamacs->Skim)? > Only the paragraph (+- 1) is guaranteed when you use soft wrap rather > that hard line breaks. > > Once AUCTeX has a release out, I can look into making it work with > Command-Shift-Click. > > - 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! > > > On 21 Sep 2008, at 18:35, Jeremy Van Cleve wrote: > >> Thanks for the quick reply David, >> >> (file-line-number) returns the correct line number even when the >> mode-line shows (??). >> Generally, I use soft wrap, but not longlines-mode. I tried opening >> a new buffer and pasting my whole document with both soft and hard >> wrap and found that after scrolling about 140 lines into the >> document, the mode-line starts displaying (??) and won't return the >> line number even after deleting all the text. Up to line 140, the >> text is about 18700 characters. The whole file is 128478 >> characters. The point at which the mode-line begins displaying (??) >> isn't in the middle of a particularly long line (previous lines whose >> numbers displayed were over 1500 characters long), so maybe its the >> total buffer length, but I checked 'line-number-display-limit', which >> has a 'nil' value. 'line-number-display-limit-width' is 200. >> >> best, >> >> jeremy >> >> David Reitter wrote: >>> OK, you can see in auctex-config.el how we're getting at the line >>> number. >>> What does `file-line-number' return in your case? (i.e., do M-: >>> (file-line-number) RET) Is this correct? >>> >>> Do you have longlines-mode on, or soft wrap (Option menu)? >>> >>> Is it a really large file that you're editing? >>> I'm adding, below, the documentation string for `line-number-mode'. >>> >>> >>> -- >>> 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! >>> >>> >>> line-number-mode is an interactive compiled Lisp function in >>> `simple.el'. >>> It is bound to . >>> (line-number-mode &optional arg) >>> >>> Toggle Line Number mode. >>> With arg, turn Line Number mode on if arg is positive, otherwise >>> turn it off. When Line Number mode is enabled, the line number >>> appears in the mode line. >>> >>> Line numbers do not appear for very large buffers and buffers >>> with very long lines; see variables `line-number-display-limit' >>> and `line-number-display-limit-width'. >>> >>> [back] >>> >>> >>> >>> >>> On 21 Sep 2008, at 15:38, Jeremy Van Cleve wrote: >>> >>>> Thank you much to all who responded! >>>> >>>> I have been able to modify the TeX-command-list to use the >>>> "-synctex=1" option and produce a .synctex.gz file, but I have had >>>> trouble getting the synchronization to work properly. I can get >>>> Aquamacs to bring the window focus to Skim but the location in the >>>> pdf is far from the location in the source; likewise, when I try to >>>> move from the Skim to the source, the line number that Aquamacs >>>> moves to is incorrect. Since support for synchronization using >>>> SyncTeX in AUCTeX was in the AUCTeX CVS, I downloaded the file that >>>> included the new "tex-source-correlate-mode" (tex.el), byte >>>> compiled it, and stuck it in the "Aquamacs >>>> Emacs.app/Contents/Resources/site-lisp/edit-modes/auctex" >>>> directory. However, after turning on the mode, it didn't correct >>>> synchronization with Skim. One thing I have noticed since >>>> upgrading to Aquamacs 1.5rc3 is that when I'm editing a LaTeX >>>> document in LaTeX-mode, line numbers do not show up at the bottom >>>> of the buffer; rather Aquamacs shows (??,col#). Maybe this is part >>>> of the problem if Aquamacs is having trouble determining the line >>>> number in the source. I have noticed that the line number shows up >>>> properly in other modes (e.g. MATLAB). >>>> >>>> Thank again, >>>> >>>> Jeremy >>>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> _____________________________________________________________ >>> 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 >>> >> >> >> -- >> Jeremy Van Cleve >> >> Graduate Student >> Department of Biology >> Stanford University >> Fax: 650-725-7745 >> E-mail: vancleve@stanford.edu >> Webpage: http://charles.stanford.edu/~vancleve/ >> >> _____________________________________________________________ >> 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 > > ------------------------------------------------------------------------ > > _____________________________________________________________ > 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 > -- Jeremy Van Cleve Graduate Student Department of Biology Stanford University Fax: 650-725-7745 E-mail: vancleve@stanford.edu Webpage: http://charles.stanford.edu/~vancleve/ From roex0050 at umn.edu Sun Sep 21 19:30:25 2008 From: roex0050 at umn.edu (Dave Roe) Date: Sun Sep 21 19:51:19 2008 Subject: [OS X Emacs] tramp on Aquamacs: "Couldn't find exit status of `test -e /var'" Message-ID: <20080921233025.GA2856@droe-rt-dsl.real-time.com> I've been successfully using tramp on Aquamacs 1.4 to ssh into a certain machine for a long time. Recently, it has stopped working. I can't think of any changes that may have caused this. The same thing happens with my configuration/customizations or without. Also, I can successfully ssh into the machine from a terminal. The command "/ssh:user@host#22:tmp/tmp.sql" fails with the error message "Couldn't find exit status of `test -e /var'" (if I use a full path to my home directory, '/home' replaces '/var' in the error message). Here is the full backtrace from the debugger (with user and host changed): Debugger entered--Lisp error: (file-error "Couldn't find exit status of `test -e /var'") signal(file-error ("Couldn't find exit status of `test -e /var'")) tramp-send-command-and-check(["ssh" "user" "host#22" "/var"] "test -e /var") tramp-handle-file-exists-p("/ssh:user@host#22:/var") apply(tramp-handle-file-exists-p "/ssh:user@host#22:/var") tramp-sh-file-name-handler(file-exists-p "/ssh:user@host#22:/var") apply(tramp-sh-file-name-handler file-exists-p "/ssh:user@host#22:/var") tramp-file-name-handler(file-exists-p "/ssh:user@host#22:/var") file-exists-p("/ssh:user@host#22:/var") tramp-handle-file-attributes("/ssh:user@host#22:/var") apply(tramp-handle-file-attributes "/ssh:user@host#22:/var") tramp-sh-file-name-handler(file-attributes "/ssh:user@host#22:/var") apply(tramp-sh-file-name-handler file-attributes "/ssh:user@host#22:/var") tramp-file-name-handler(file-attributes "/ssh:user@host#22:/var") file-attributes("/ssh:user@host#22:/var") tramp-handle-file-truename("/ssh:user@host#22:/var/folders/4J/4JgaCHTNGkeD9cPrbHUywU+++TI/-Tmp-/~: does not exist/tmp/tmp.sql") apply(tramp-handle-file-truename "/ssh:user@host#22:/var/folders/4J/4JgaCHTNGkeD9cPrbHUywU+++TI/-Tmp-/~: does not exist/tmp/tmp.sql") tramp-sh-file-name-handler(file-truename "/ssh:user@host#22:/var/folders/4J/4JgaCHTNGkeD9cPrbHUywU+++TI/-Tmp-/~: does not exist/tmp/tmp.sql") apply(tramp-sh-file-name-handler file-truename "/ssh:user@host#22:/var/folders/4J/4JgaCHTNGkeD9cPrbHUywU+++TI/-Tmp-/~: does not exist/tmp/tmp.sql") tramp-file-name-handler(file-truename "/ssh:user@host#22:/var/folders/4J/4JgaCHTNGkeD9cPrbHUywU+++TI/-Tmp-/~: does not exist/tmp/tmp.sql") file-truename("/ssh:user@host#22:/var/folders/4J/4JgaCHTNGkeD9cPrbHUywU+++TI/-Tmp-/~: does not exist/tmp/tmp.sql") find-file-noselect("/ssh:user@host#22:tmp/tmp.sql" nil nil t) find-file("/ssh:user@host#22:tmp/tmp.sql" t) call-interactively(find-file) (if (or (not one-buffer-one-frame) tabbar-mode (< ... 2)) (call-interactively (quote find-file)) (let (...) (new-frame-with-new-scratch nil)) (let (...) (unwind-protect ... ...))) aquamacs-find-file() call-interactively(aquamacs-find-file) Any suggestions? -- Dave Roe roex0050@umn.edu From j.m.figueroa at ed.ac.uk Mon Sep 22 12:26:54 2008 From: j.m.figueroa at ed.ac.uk (=?ISO-8859-1?Q?Jos=E9_Miguel_Figueroa-O'Farrill?=) Date: Mon Sep 22 12:27:01 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> <48D6A29D.9040802@stanford.edu> <48D6CC14.2040803@stanford.edu> Message-ID: <8D67075E-AE0E-48AF-9C99-38E5AAA217C6@ed.ac.uk> On 22 Sep 2008, at 00:56, David Reitter wrote: > How far off is it (Aquamacs->Skim)? > Only the paragraph (+- 1) is guaranteed when you use soft wrap > rather that hard line breaks. > > Once AUCTeX has a release out, I can look into making it work with > Command-Shift-Click. Hmm... it works for me with Command-Shift-Click, though. I'm using TeXLive 2008 and Aquamacs 1.5 and editing a large-ish LaTeX file with more than 5000 lines. I have not noticed any noticeable offset going either way. All I did was change the LaTeX command as Joe suggested by adding "-synctex=1'. I have none of the "Soft word wrap", "Hard word wrap" or "Auto Word Wrap in Text Modes" options ticked. (I do have "auto-fill-mode" on, however.) Cheers, José From david.reitter at gmail.com Mon Sep 22 10:59:52 2008 From: david.reitter at gmail.com (David Reitter) Date: Mon Sep 22 12:37:12 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 released Message-ID: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Aquamacs Emacs 1.5 is now available for download. Aquamacs is a variant of the widespread editor Emacs, adapted for comfortable use on Mac OS X. Aquamacs Emacs is free software. The new version introduces soft word wrapping, numerous bug fixes and improvements. The installation is recommended to all users. For the 53MB download, visit http://aquamacs.org/download.shtml -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080922/6e2eaee6/smime.bin From david.reitter at gmail.com Mon Sep 22 12:36:24 2008 From: david.reitter at gmail.com (David Reitter) Date: Mon Sep 22 12:57:19 2008 Subject: [OS X Emacs] Aquamacs 1.5 and SyncTeX In-Reply-To: <8D67075E-AE0E-48AF-9C99-38E5AAA217C6@ed.ac.uk> References: <48D5C91D.3090100@stanford.edu> <3A1DD43D-EB7C-4F0D-A299-EF45B6E08683@wright.edu> <5762E5E1-AC2D-4378-A4DE-C90DCB34D3C8@stud-mail.uni-wuerzburg.de> <48D6A29D.9040802@stanford.edu> <48D6CC14.2040803@stanford.edu> <8D67075E-AE0E-48AF-9C99-38E5AAA217C6@ed.ac.uk> Message-ID: On 22 Sep 2008, at 12:26, José Miguel Figueroa-O'Farrill wrote: > Hmm... it works for me with Command-Shift-Click, though. I'm using > TeXLive 2008 and Aquamacs 1.5 and editing a large-ish LaTeX file > with more than 5000 lines. I have not noticed any noticeable offset > going either way. All I did was change the LaTeX command as Joe > suggested by adding "-synctex=1'. I have none of the "Soft word > wrap", "Hard word wrap" or "Auto Word Wrap in Text Modes" options > ticked. (I do have "auto-fill-mode" on, however.) Soft wrap means that a paragraph is a line in the file. Communication between Aquamacs/synctex/pdfsync/Skim is always line-based. Q.E.D. Making it work in Aquamacs will involve figuring out whether the installed pdflatex actually supports a "synctex" parameter, because it may complain with an error otherwise, and of course we need to support the thousands of people with a 2007 Texlive installation, too. Unsurprisingly, things always get a lot more complicated when you switch from "making it work on my machine" to "making it work for 8,000 regular Aquamacs users". -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080922/e6b707a2/smime.bin From cro at ncbt.org Mon Sep 22 12:54:35 2008 From: cro at ncbt.org (C. R. Oldham) Date: Mon Sep 22 13:26:51 2008 Subject: Default hide graphical toolbar (was Re: [OS X Emacs] Aquamacs Emacs 1.5 released) In-Reply-To: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: Greetings, Thank you so much for Aquamacs! Is there a way to hide the graphical toolbar by default? I don't ever use it and I want to reclaim the screen real estate. Thanks! --cro On Sep 22, 2008, at 8:59 AM, David Reitter wrote: > Aquamacs Emacs 1.5 is now available for download. Aquamacs is a > variant of the widespread editor Emacs, adapted for comfortable use > on Mac OS X. Aquamacs Emacs is free software. > > The new version introduces soft word wrapping, numerous bug fixes > and improvements. The installation is recommended to all users. > > For the 53MB download, visit http://aquamacs.org/download.shtml > > > -- > 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 cmenzel at tamu.edu Mon Sep 22 14:10:42 2008 From: cmenzel at tamu.edu (Christopher Menzel) Date: Mon Sep 22 14:11:17 2008 Subject: Default hide graphical toolbar (was Re: [OS X Emacs] Aquamacs Emacs 1.5 released) In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: On Sep 22, 2008, at 11:54 AM, C. R. Oldham wrote: > Thank you so much for Aquamacs! What cro said. > Is there a way to hide the graphical toolbar by default? I don't > ever use it and I want to reclaim the screen real estate. Click on the little lozenge in the upper right hand corner of an Aquamacs window. That will get rid of the toolbar. Then select "Options...Frame Styles...Use Current Style as Default" to make that the default. > Thanks! > > --cro -chris From ian at digg.com Mon Sep 22 14:13:05 2008 From: ian at digg.com (Ian Eure) Date: Mon Sep 22 14:13:11 2008 Subject: Default hide graphical toolbar (was Re: [OS X Emacs] Aquamacs Emacs 1.5 released) In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: On Sep 22, 2008, at 11:10 AM, Christopher Menzel wrote: > On Sep 22, 2008, at 11:54 AM, C. R. Oldham wrote: >> >> Is there a way to hide the graphical toolbar by default? I don't >> ever use it and I want to reclaim the screen real estate. > > Click on the little lozenge in the upper right hand corner of an > Aquamacs window. That will get rid of the toolbar. Then select > "Options...Frame Styles...Use Current Style as Default" to make that > the default. > Alternately: (tool-bar-mode nil) In your .emacs file. From cro at ncbt.org Mon Sep 22 17:36:46 2008 From: cro at ncbt.org (C. R. Oldham) Date: Mon Sep 22 17:37:09 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 released In-Reply-To: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: Greetings, I am using Aquamacs for Rails development successfully under the 1.4 releases. The setup I use combines ECB, Flymake, ruby-mode, nxhtml- mode and a few other packages. After upgrading to 1.5 when I scroll up and down in a buffer with the up and down arrow keys, the Emacs cursor is behaving very strangely. Sometimes it will get "stuck" in a block of code, meaning when the cursor reaches the top or bottom of an arbitrary chunk of code instead of continuing to scroll up or down it will "warp" to the other end of the chunk. Other times the cursor will pop around from the code window (Emacs window, not Mac OS window) to the directory tree to the files window. This is very annoying. Am I the only one seeing this? I've checked to see if there are updated versions of the packages I use, but ECB hasn't been updated in a long time, and the underlying packages (cedet 1.0p4 containing eieio, speedbar, semantic, etc) haven't seen recent releases either. I've backed off to 1.4 for now. Suggestions? --cro On Sep 22, 2008, at 8:59 AM, David Reitter wrote: > Aquamacs Emacs 1.5 is now available for download. Aquamacs is a > variant of the widespread editor Emacs, adapted for comfortable use > on Mac OS X. Aquamacs Emacs is free software. > > The new version introduces soft word wrapping, numerous bug fixes > and improvements. The installation is recommended to all users. > > For the 53MB download, visit http://aquamacs.org/download.shtml > > > -- > 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 david.reitter at gmail.com Mon Sep 22 17:44:36 2008 From: david.reitter at gmail.com (David Reitter) Date: Mon Sep 22 17:44:43 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: Cro, I have changed the subject line to something appropriate. Does this go away when you turn off visual-line-mode? I'd be able to fix this problem if you gave a step-by-step, minimal example to reproduce. I would think that only one of your packages is sufficient to reproduce. I expect this to be related to some hidden chunks of text in the buffer. - David -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! On 22 Sep 2008, at 17:36, C. R. Oldham wrote: > Greetings, > > I am using Aquamacs for Rails development successfully under the 1.4 > releases. The setup I use combines ECB, Flymake, ruby-mode, nxhtml- > mode and a few other packages. After upgrading to 1.5 when I scroll > up and down in a buffer with the up and down arrow keys, the Emacs > cursor is behaving very strangely. Sometimes it will get "stuck" in > a block of code, meaning when the cursor reaches the top or bottom > of an arbitrary chunk of code instead of continuing to scroll up or > down it will "warp" to the other end of the chunk. Other times the > cursor will pop around from the code window (Emacs window, not Mac > OS window) to the directory tree to the files window. This is very > annoying. Am I the only one seeing this? > > I've checked to see if there are updated versions of the packages I > use, but ECB hasn't been updated in a long time, and the underlying > packages (cedet 1.0p4 containing eieio, speedbar, semantic, etc) > haven't seen recent releases either. > > I've backed off to 1.4 for now. Suggestions? > > --cro -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080922/76a09116/smime.bin From cro at ncbt.org Mon Sep 22 17:51:57 2008 From: cro at ncbt.org (C. R. Oldham) Date: Mon Sep 22 17:52:16 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: <189F34D6-42B2-439E-A1DC-183911A925A5@ncbt.org> On Sep 22, 2008, at 3:44 PM, David Reitter wrote: > > Does this go away when you turn off visual-line-mode? Yes, it does appear to go away with visual-line-mode off after a quick cursory (no pun intended) test. > I'd be able to fix this problem if you gave a step-by-step, minimal > example to reproduce. I would think that only one of your packages > is sufficient to reproduce. > I expect this to be related to some hidden chunks of text in the > buffer. Let me see if I can whittle this down to a minimal example. It might take me a little bit because I have so many packages loaded. --cro From vollmar at nf.mpg.de Mon Sep 22 18:28:37 2008 From: vollmar at nf.mpg.de (Stefan Vollmar) Date: Mon Sep 22 19:28:41 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 and scrolling In-Reply-To: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: <5A2F5E3F-7C54-4C4D-9E68-9036690091AF@nf.mpg.de> On 22.09.2008, at 16:59, David Reitter wrote: > Aquamacs Emacs 1.5 is now available for download. Aquamacs is a > variant of the widespread editor Emacs, adapted for comfortable use > on Mac OS X. Aquamacs Emacs is free software. We are very happy with Aquamacs 1.5 - keep up the good work! One small thing: we are starting our compiled programs from within Aquamacs with (shell-command "./mybin &") to capture the output in the "*Async Shell Command*" buffer. This is very useful and generally works well. However, the buffer with the program's output always ends up in a way that requires to scroll back manually to see the last lines of output. Can we configure Aquamacs to not scroll beyond the last line of captured output? Many thanks in advance. 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 david.reitter at gmail.com Mon Sep 22 21:00:10 2008 From: david.reitter at gmail.com (David Reitter) Date: Mon Sep 22 21:13:08 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 and scrolling In-Reply-To: <5A2F5E3F-7C54-4C4D-9E68-9036690091AF@nf.mpg.de> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <5A2F5E3F-7C54-4C4D-9E68-9036690091AF@nf.mpg.de> Message-ID: On 22 Sep 2008, at 18:28, Stefan Vollmar wrote: > > One small thing: we are starting our compiled programs from within > Aquamacs with > (shell-command "./mybin &") to capture the output in the "*Async > Shell Command*" buffer. This is very useful and generally works > well. However, the buffer with the program's output always ends up > in a way that requires to scroll back manually to see the last lines > of output. Can we configure Aquamacs to not scroll beyond the last > line of captured output? Many thanks in advance. Tricky one. I would have thought that (setq scroll-up-aggressively 0.0) should do the trick, but it doesn't. Inspection of the `shell-command' code shows me that it's a buffer in shell-mode, which uses comint. So: (setq comint-scroll-show-maximum-output t) This is documented as "Non-nil means scroll so that the window is full of text and point is on the last line. " Now, unfortunately this doesn't work for me either, so right now I'm at a loss. If no-one else has an idea here, we should ask over on help-gnu- emacs. It's not specific to Aquamacs it seems. Feels like a bug or a really badly documented feature. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080922/3fc7234d/smime.bin From thvv at multicians.org Wed Sep 24 11:41:03 2008 From: thvv at multicians.org (Tom Van Vleck) Date: Wed Sep 24 12:07:49 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 released In-Reply-To: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: <7C105455-0B5F-4689-964E-AA2C41FEE1A2@multicians.org> > Command-W (`close-window') will now delete the selected window and, > if there is only one window in the frame, the frame. When `one- > buffer-one-frame-mode' and 'tabbar-mode' are off, it will not kill > the buffer (or even ask to save it). The frame's red ``close'' > button will close all windows in the frame. This should be > convenient for traditional Emacs users. Note that C-h k can still be > used to just kill a buffer without affecting its window. I would like to be able to change just the behavior in the second sentence above. It leads to a state where Aquamacs is running and has many buffers open, some possibly modified, but no open windows. I never want to be in this state: if there are open buffers there should be at least one frame visible. Double clicking a file whose editor is Aquamacs, when Aquamacs is in the no-window state, opens TWO frames, one with the new file and the other with some other file that has a buffer. If I double click a file that already has a buffer, I end up with two frames showing the same file, with different fonts. Perhaps I should try rebinding Command-W to kill-buffer. (By the way, your last sentence has a typo, C-h k in the last sentence above should be C-x k.) Finding out what keys are bound to, using C-h k, leads to another issue. The popup shows what the key is bound to, but not WHY. That is, the binding could be the result of the aquamacs-key-map, or of one of many modes. Would it be possible to display what mode bound the key? From david.reitter at gmail.com Wed Sep 24 20:43:55 2008 From: david.reitter at gmail.com (David Reitter) Date: Wed Sep 24 21:10:56 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 released In-Reply-To: <7C105455-0B5F-4689-964E-AA2C41FEE1A2@multicians.org> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <7C105455-0B5F-4689-964E-AA2C41FEE1A2@multicians.org> Message-ID: <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> Tom, On 24 Sep 2008, at 11:41, Tom Van Vleck wrote: >> Command-W (`close-window') will now delete the selected window and, >> if there is only one window in the frame, the frame. When `one- >> buffer-one-frame-mode' and 'tabbar-mode' are off, it will not kill >> the buffer (or even ask to save it). The frame's red ``close'' >> button will close all windows in the frame. This should be >> convenient for traditional Emacs users. Note that C-h k can still >> be used to just kill a buffer without affecting its window. > > I would like to be able to change just the behavior in the second > sentence above. It leads to a state where Aquamacs is running and > has many buffers open, some possibly modified, but no open windows. > I never want to be in this state: if there are open buffers there > should be at least one frame visible. Double clicking a file whose > editor is Aquamacs, when Aquamacs is in the no-window state, opens > TWO frames, one with the new file and the other with some other file > that has a buffer. If I double click a file that already has a > buffer, I end up with two frames showing the same file, with > different fonts. Opening two frames shouldn't happen, I agree. > Perhaps I should try rebinding Command-W to kill-buffer. Yes, please let us know how that pans out. > > (By the way, your last sentence has a typo, C-h k in the last > sentence above should be C-x k.) thanks. > Finding out what keys are bound to, using C-h k, leads to another > issue. The popup shows what the key is bound to, but not WHY. That > is, the binding could be the result of the aquamacs-key-map, or of > one of many modes. Would it be possible to display what mode bound > the key? I have forwarded your suggestion to emacs-devel, and it turns out that there's already some code to do this. Don't expect to see this in the 22 (and hence Aquamacs) any time soon, but maybe in 23.2. You can probably find the code somewhere and make it work as a patch without too much trouble. If you share it, I can check it into Aquamacs - I'd find it quite useful, actually. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080924/87696470/smime.bin From kuepper.jochen at googlemail.com Thu Sep 25 03:17:29 2008 From: kuepper.jochen at googlemail.com (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Thu Sep 25 03:47:51 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 released In-Reply-To: <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <7C105455-0B5F-4689-964E-AA2C41FEE1A2@multicians.org> <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> Message-ID: On 24 Sep 2008, at 11:41, Tom Van Vleck wrote: > if there are open buffers there should be at least one frame visible. I actually do want this... I very often CMD-H Aquamacs to get it ouf of my way. Typically I get it back using CMD-TAB, sometimes by clicking on the Dock icon. 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 brauer at nordakademie.de Thu Sep 25 08:00:16 2008 From: brauer at nordakademie.de (Johannes Brauer) Date: Thu Sep 25 08:16:19 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 - Skim integration Message-ID: <8282B2A8-91FF-4574-8152-937DB90E4CE1@nordakademie.de> Hi, in my Aquamacs Emacs 1.5 the latex view command does not work as in version 1.4. The view command opens Skim, but Skim claims that the pdf- file does not exist. However opening the pdf file from the Skim menu is possible. But command-shift-click does not work from Aquamacs to Skim, Skim claims again that the pdf-file does not exist. What is going wrong? Johannes From david.reitter at gmail.com Thu Sep 25 10:01:19 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 25 10:08:46 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 - Skim integration In-Reply-To: <8282B2A8-91FF-4574-8152-937DB90E4CE1@nordakademie.de> References: <8282B2A8-91FF-4574-8152-937DB90E4CE1@nordakademie.de> Message-ID: <5017A976-2076-4F0B-9C67-7396C03B4981@gmail.com> Hi Johannes, On 25 Sep 2008, at 08:00, Johannes Brauer wrote: > in my Aquamacs Emacs 1.5 the latex view command does not work as in > version 1.4. The view command opens Skim, but Skim claims that the > pdf-file does not exist. However opening the pdf file from the Skim > menu is possible. > But command-shift-click does not work from Aquamacs to Skim, Skim > claims again that the pdf-file does not exist. > > What is going wrong? You would need to file a proper bug report using the Help -> Diagnose and Report Bug menu in order for us to tell you. That report would contain the file name. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080925/6729b36c/smime.bin From eroche at mac.com Thu Sep 25 10:07:58 2008 From: eroche at mac.com (=?UTF-8?Q?"Edward_M._Roche_(=E6=B1=9F=E6=88=B8=E6=B5=AA=E5=A3=AB)"?=) Date: Thu Sep 25 10:27:41 2008 Subject: [OS X Emacs] C-k In-Reply-To: <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <7C105455-0B5F-4689-964E-AA2C41FEE1A2@multicians.org> <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> Message-ID: <56782144122053864500904746704281186034-Webmail2@me.com> In the new version 1.5, it seems the C-k command has changed. It will delete only the line to the edge of the screen. In the past, it would delete the entire line, even if it was wrapped several times. Has some setting changed? Is there a way to get back the old setting so that to delete an entire wrapped paragraph, the command would be only C-k, instead of C-space, move cursor, C-w ??? Edward M. Roche, Ph.D., J.D. Email: emr96@columbia.edu On Wednesday, September 24, 2008, at 08:43PM, "David Reitter" wrote: >Tom, > >On 24 Sep 2008, at 11:41, Tom Van Vleck wrote: > >>> Command-W (`close-window') will now delete the selected window and, >>> if there is only one window in the frame, the frame. When `one- >>> buffer-one-frame-mode' and 'tabbar-mode' are off, it will not kill >>> the buffer (or even ask to save it). The frame's red ``close'' >>> button will close all windows in the frame. This should be >>> convenient for traditional Emacs users. Note that C-h k can still >>> be used to just kill a buffer without affecting its window. >> >> I would like to be able to change just the behavior in the second >> sentence above. It leads to a state where Aquamacs is running and >> has many buffers open, some possibly modified, but no open windows. >> I never want to be in this state: if there are open buffers there >> should be at least one frame visible. Double clicking a file whose >> editor is Aquamacs, when Aquamacs is in the no-window state, opens >> TWO frames, one with the new file and the other with some other file >> that has a buffer. If I double click a file that already has a >> buffer, I end up with two frames showing the same file, with >> different fonts. > >Opening two frames shouldn't happen, I agree. > >> Perhaps I should try rebinding Command-W to kill-buffer. > >Yes, please let us know how that pans out. >> >> (By the way, your last sentence has a typo, C-h k in the last >> sentence above should be C-x k.) > >thanks. > >> Finding out what keys are bound to, using C-h k, leads to another >> issue. The popup shows what the key is bound to, but not WHY. That >> is, the binding could be the result of the aquamacs-key-map, or of >> one of many modes. Would it be possible to display what mode bound >> the key? > >I have forwarded your suggestion to emacs-devel, and it turns out that >there's already some code to do this. Don't expect to see this in the >22 (and hence Aquamacs) any time soon, but maybe in 23.2. You can >probably find the code somewhere and make it work as a patch without >too much trouble. If you share it, I can check it into Aquamacs - I'd >find it quite useful, actually. > > >-- >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 eroche at mac.com Thu Sep 25 10:07:37 2008 From: eroche at mac.com (=?UTF-8?Q?"Edward_M._Roche_(=E6=B1=9F=E6=88=B8=E6=B5=AA=E5=A3=AB)"?=) Date: Thu Sep 25 10:27:43 2008 Subject: [OS X Emacs] C-k In-Reply-To: <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <7C105455-0B5F-4689-964E-AA2C41FEE1A2@multicians.org> <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> Message-ID: <123049695604957716980839217497654961501-Webmail2@me.com> In the new version 1.5, it seems the C-k command has changed. It will delete only the line to the edge of the screen. In the past, it would delete the entire line, even if it was wrapped several times. Has some setting changed? Is there a way to get back the old setting so that to delete an entire wrapped paragraph, the command would be only C-k, instead of C-space, move cursor, C-w ??? Edward M. Roche, Ph.D., J.D. Email: emr96@columbia.edu On Wednesday, September 24, 2008, at 08:43PM, "David Reitter" wrote: >Tom, > >On 24 Sep 2008, at 11:41, Tom Van Vleck wrote: > >>> Command-W (`close-window') will now delete the selected window and, >>> if there is only one window in the frame, the frame. When `one- >>> buffer-one-frame-mode' and 'tabbar-mode' are off, it will not kill >>> the buffer (or even ask to save it). The frame's red ``close'' >>> button will close all windows in the frame. This should be >>> convenient for traditional Emacs users. Note that C-h k can still >>> be used to just kill a buffer without affecting its window. >> >> I would like to be able to change just the behavior in the second >> sentence above. It leads to a state where Aquamacs is running and >> has many buffers open, some possibly modified, but no open windows. >> I never want to be in this state: if there are open buffers there >> should be at least one frame visible. Double clicking a file whose >> editor is Aquamacs, when Aquamacs is in the no-window state, opens >> TWO frames, one with the new file and the other with some other file >> that has a buffer. If I double click a file that already has a >> buffer, I end up with two frames showing the same file, with >> different fonts. > >Opening two frames shouldn't happen, I agree. > >> Perhaps I should try rebinding Command-W to kill-buffer. > >Yes, please let us know how that pans out. >> >> (By the way, your last sentence has a typo, C-h k in the last >> sentence above should be C-x k.) > >thanks. > >> Finding out what keys are bound to, using C-h k, leads to another >> issue. The popup shows what the key is bound to, but not WHY. That >> is, the binding could be the result of the aquamacs-key-map, or of >> one of many modes. Would it be possible to display what mode bound >> the key? > >I have forwarded your suggestion to emacs-devel, and it turns out that >there's already some code to do this. Don't expect to see this in the >22 (and hence Aquamacs) any time soon, but maybe in 23.2. You can >probably find the code somewhere and make it work as a patch without >too much trouble. If you share it, I can check it into Aquamacs - I'd >find it quite useful, actually. > > >-- >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 david.reitter at gmail.com Thu Sep 25 10:37:07 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 25 11:10:21 2008 Subject: [OS X Emacs] C-k In-Reply-To: <56782144122053864500904746704281186034-Webmail2@me.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <7C105455-0B5F-4689-964E-AA2C41FEE1A2@multicians.org> <11A8D73F-800E-4529-AA26-FF3A64819CE0@gmail.com> <56782144122053864500904746704281186034-Webmail2@me.com> Message-ID: <6A47E689-EB2A-4836-BD8B-756DCA1DE2F9@gmail.com> On 25 Sep 2008, at 10:07, Edward M. Roche (????) wrote: > In the new version 1.5, it seems the C-k command has changed. It > will delete only the line to the edge of the screen. In the past, it > would delete the entire line, even if it was wrapped several times. > Has some setting changed? Is there a way to get back the old setting > so that to delete an entire wrapped paragraph, the command would be > only C-k, instead of C-space, move cursor, C-w ??? I'd try turning off visual-line-mode. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080925/2583af21/smime.bin From cro at ncbt.org Thu Sep 25 11:30:20 2008 From: cro at ncbt.org (C. R. Oldham) Date: Thu Sep 25 11:31:59 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: David, > Does this go away when you turn off visual-line-mode? Yes. > I'd be able to fix this problem if you gave a step-by-step, minimal > example to reproduce. I would think that only one of your packages > is sufficient to reproduce. > I expect this to be related to some hidden chunks of text in the > buffer. OK, I've narrowed it down to something having to do with ECB. I took everything out of my Preferences.el except the ECB startup code, and I see the warping cursor behavior in most buffers when I start ECB. In case you don't know, ECB is at http://ecb.sourceforge.net/ which has some special install instructions at Installation So what I did to test was start Emacs, start ECB with M-x ecb- activate, and C-x C-f to open my Preferences.el. Scrolling around in the Preferences.el buffer results in strange point behavior (warping to different windows, bouncing around or getting "stuck" in code blocks). Is that a minimal enough report? And is the correct "fix" simply to set the visual-line-mode global to nil in Preferences.el? --cro -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080925/d179405d/attachment.html From david.reitter at gmail.com Thu Sep 25 11:52:39 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 25 11:52:46 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: On 25 Sep 2008, at 11:30, C. R. Oldham wrote: > > So what I did to test was start Emacs, start ECB with M-x ecb- > activate, and C-x C-f to open my Preferences.el. Scrolling around > in the Preferences.el buffer results in strange point behavior > (warping to different windows, bouncing around or getting "stuck" in > code blocks). > > Is that a minimal enough report? OK, can someone with ECB and Elisp know-now find out what exactly is going on? I reckon it's got to do with some hidden code blocks. Usually we should be able to navigate them just fine... > And is the correct "fix" simply to set the visual-line-mode global > to nil in Preferences.el? It's a workaround... You'll lose some functionality. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080925/d867c840/smime.bin From cro at ncbt.org Thu Sep 25 12:15:47 2008 From: cro at ncbt.org (C. R. Oldham) Date: Thu Sep 25 12:16:04 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: <1C39F393-9AE4-420B-850F-BF4A26B4E9F9@ncbt.org> On Sep 25, 2008, at 9:52 AM, David Reitter wrote: > On 25 Sep 2008, at 11:30, C. R. Oldham wrote: > >> And is the correct "fix" simply to set the visual-line-mode global >> to nil in Preferences.el? > > It's a workaround... You'll lose some functionality. Is that new functionality as of 1.5? That's what the Changelog makes it sound like. --cro From Alexander.Hamann at stud-mail.uni-wuerzburg.de Thu Sep 25 11:50:43 2008 From: Alexander.Hamann at stud-mail.uni-wuerzburg.de (Alex Hamann) Date: Thu Sep 25 12:53:15 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 - Skim integration In-Reply-To: <8282B2A8-91FF-4574-8152-937DB90E4CE1@nordakademie.de> References: <8282B2A8-91FF-4574-8152-937DB90E4CE1@nordakademie.de> Message-ID: <81456E9C-8A6F-48BF-AAFD-586F0877B460@stud-mail.uni-wuerzburg.de> Am 25.09.2008 um 14:00 schrieb Johannes Brauer: > Hi, > > in my Aquamacs Emacs 1.5 the latex view command does not work as in > version 1.4. The view command opens Skim, but Skim claims that the > pdf-file does not exist. However opening the pdf file from the Skim > menu is possible. > But command-shift-click does not work from Aquamacs to Skim, Skim > claims again that the pdf-file does not exist. > > What is going wrong? > > Johannes > Hi Johannes, I can not confirm this. Works fine for me. Are you sure it is Aquamacs that is causing the problem (Skim saw an update recently as well)? What are your settings and what is your OS? Alex From thvv at multicians.org Thu Sep 25 13:10:11 2008 From: thvv at multicians.org (Tom Van Vleck) Date: Thu Sep 25 13:10:16 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> Message-ID: <682D92C3-5E55-408C-B867-E95ED678336F@multicians.org> On Sep 25, 2008, at 11:52 AM, David Reitter wrote: > On 25 Sep 2008, at 11:30, C. R. Oldham wrote: >> And is the correct "fix" simply to set the visual-line-mode global >> to nil in Preferences.el? > > It's a workaround... You'll lose some functionality. Changing the function of C-k will break macros, as well as my ~30 year emacs habits. So I want to revert this change. I would rather that changes to the basic behavior of emacs be opt-in, rather than "what has the new release of Aquamacs broken and how can I restore it." By all means experiment with how to extend emacs to work nicer on the Mac, e.g. add command-whatever behavior .. but require overt action to change the effect of fundamental emacs behavior. I tried disabling visual-line mode in an HTML mode buffer by typing M-x visual-line-mode and got the message in the minibuffer visual-line-mode disabled and C-k seems to kill the whole line even if wrapped, but the modeline still shows (HTML vl). Should it change? C-h v global-visual-line-mode brings up some help. That help points to "Easy Customization." That topic, in turn, suggests looking at "Variable Index." There is no mention of global-visual-line-mode or visual-line-mode in that index. Is this an oversight? I seem to have gotten rid of vl mode by using "customize." From brauer at nordakademie.de Thu Sep 25 15:20:30 2008 From: brauer at nordakademie.de (Johannes Brauer) Date: Thu Sep 25 15:20:52 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 - Skim integration In-Reply-To: <81456E9C-8A6F-48BF-AAFD-586F0877B460@stud-mail.uni-wuerzburg.de> References: <8282B2A8-91FF-4574-8152-937DB90E4CE1@nordakademie.de> <81456E9C-8A6F-48BF-AAFD-586F0877B460@stud-mail.uni-wuerzburg.de> Message-ID: Am 25.09.2008 um 17:50 schrieb Alex Hamann: > > Am 25.09.2008 um 14:00 schrieb Johannes Brauer: > >> Hi, >> >> in my Aquamacs Emacs 1.5 the latex view command does not work as in >> version 1.4. The view command opens Skim, but Skim claims that the >> pdf-file does not exist. However opening the pdf file from the Skim >> menu is possible. >> But command-shift-click does not work from Aquamacs to Skim, Skim >> claims again that the pdf-file does not exist. >> >> What is going wrong? >> >> Johannes >> > > Hi Johannes, > > I can not confirm this. Works fine for me. Are you sure it is > Aquamacs that is causing the problem (Skim saw an update recently as > well)? What are your settings and what is your OS? > > Alex Hi Alex, I am using Skim version 1.1.13 and Mac OS 10.5.5. What kind of setting do you mean? Johannes From Alexander.Hamann at stud-mail.uni-wuerzburg.de Thu Sep 25 15:16:23 2008 From: Alexander.Hamann at stud-mail.uni-wuerzburg.de (Alex Hamann) Date: Thu Sep 25 16:16:24 2008 Subject: [OS X Emacs] Aquamacs Emacs 1.5 - Skim integration In-Reply-To: References: <8282B2A8-91FF-4574-8152-937DB90E4CE1@nordakademie.de> <81456E9C-8A6F-48BF-AAFD-586F0877B460@stud-mail.uni-wuerzburg.de> Message-ID: <3EA38A41-8EF9-4F2A-B3A4-5623270545F6@stud-mail.uni-wuerzburg.de> Am 25.09.2008 um 21:20 schrieb Johannes Brauer: > Am 25.09.2008 um 17:50 schrieb Alex Hamann: > >> >> Am 25.09.2008 um 14:00 schrieb Johannes Brauer: >> >>> Hi, >>> >>> in my Aquamacs Emacs 1.5 the latex view command does not work as >>> in version 1.4. The view command opens Skim, but Skim claims that >>> the pdf-file does not exist. However opening the pdf file from >>> the Skim menu is possible. >>> But command-shift-click does not work from Aquamacs to Skim, Skim >>> claims again that the pdf-file does not exist. >>> >>> What is going wrong? >>> >>> Johannes >>> >> >> Hi Johannes, >> >> I can not confirm this. Works fine for me. Are you sure it is >> Aquamacs that is causing the problem (Skim saw an update recently >> as well)? What are your settings and what is your OS? >> >> Alex > Hi Alex, > I am using Skim version 1.1.13 and Mac OS 10.5.5. What kind of > setting do you mean? > > Johannes > _____________________________________________________________ Oh well, nevermind. Just had a problem which seemed similar when switching to Skim 1.13, but under Tiger. My problem resulted from the Skim syncing settings (see Skim mailing list for details). But as you are on Leopard, that is probably totally unrelated. Sorry for net being of more help. Alex ============================================= please avoid sending me word attachements; see http://www.gnu.org/philosophy/no-word-attachments.html for details and background From david.reitter at gmail.com Thu Sep 25 17:36:36 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 25 17:36:47 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: <682D92C3-5E55-408C-B867-E95ED678336F@multicians.org> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <682D92C3-5E55-408C-B867-E95ED678336F@multicians.org> Message-ID: <7D79ABB0-C347-4F41-B1FC-C05AB2DF6583@gmail.com> Tom, > Changing the function of C-k will break macros, as well as > my ~30 year emacs habits. So I want to revert this change. Yes, turn off global-visual-line-mode, as you've found out. Apologies for only pointing you to the buffer-local mode - my mistake. > I would rather that changes to the basic behavior of emacs be > opt-in, rather than "what has the new release of Aquamacs broken > and how can I restore it." By all means experiment with how > to extend emacs to work nicer on the Mac, e.g. add command-whatever > behavior .. but require overt action to change the effect of > fundamental emacs behavior. I feel your pain. Our principle has been to advance things in the default configuration. Sometimes I go a bit far with this, because I don't anticipate the many ways in which Emacs is being used. Then, we make changes more specific so that they cover more use cases. Two steps forward, one step back. This may be one such case. When "soft wrap" and truncating are off (Options menu), lines are wrapped in mid-word. This is used when a single file line does not contain a whole paragraph, unlike in soft wrap mode. In such a situation, one would think that the concept of "line" refers to a "buffer line" rather than a visual line. One can argue that in such a situation, C-a, C-e, C-k should also refer to "buffer line" rather than "visual line". Do people agree? -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080925/9bc64981/smime.bin From nathaniel.cunningham at gmail.com Thu Sep 25 17:48:26 2008 From: nathaniel.cunningham at gmail.com (Nathaniel Cunningham) Date: Thu Sep 25 18:11:15 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: <7D79ABB0-C347-4F41-B1FC-C05AB2DF6583@gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <682D92C3-5E55-408C-B867-E95ED678336F@multicians.org> <7D79ABB0-C347-4F41-B1FC-C05AB2DF6583@gmail.com> Message-ID: <20ecf6c70809251448k49cb85d4v73d63ac794e8a44d@mail.gmail.com> On Thu, Sep 25, 2008 at 4:36 PM, David Reitter wrote: > > When "soft wrap" and truncating are off (Options menu), lines are wrapped > in mid-word. This is used when a single file line does not contain a whole > paragraph, unlike in soft wrap mode. In such a situation, one would think > that the concept of "line" refers to a "buffer line" rather than a visual > line. > > One can argue that in such a situation, C-a, C-e, C-k should also refer to > "buffer line" rather than "visual line". > > Do people agree? > > This seems appropriate to me. --Nathaniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080925/c5f40b76/attachment.html From david.reitter at gmail.com Thu Sep 25 18:48:09 2008 From: david.reitter at gmail.com (David Reitter) Date: Thu Sep 25 18:48:19 2008 Subject: [OS X Emacs] cursor getting stuck In-Reply-To: <20ecf6c70809251448k49cb85d4v73d63ac794e8a44d@mail.gmail.com> References: <035B73FC-623D-42FA-B584-D5E130735285@gmail.com> <682D92C3-5E55-408C-B867-E95ED678336F@multicians.org> <7D79ABB0-C347-4F41-B1FC-C05AB2DF6583@gmail.com> <20ecf6c70809251448k49cb85d4v73d63ac794e8a44d@mail.gmail.com> Message-ID: On 25 Sep 2008, at 17:48, Nathaniel Cunningham wrote: > > One can argue that in such a situation, C-a, C-e, C-k should also > refer to "buffer line" rather than "visual line". > > Do people agree? In fact we've been doing it with C-a and C-e anyways - I believe that was the result of a discussion on aquamacs-devel. -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080925/f1da9405/smime.bin From cro at ncbt.org Thu Sep 25 23:15:56 2008 From: cro at ncbt.org (C. R. Oldham) Date: Thu Sep 25 23:16:05 2008 Subject: [OS X Emacs] 1.5 and "open -a" Message-ID: <391D7E01-BC4B-490B-9965-9BFE7B3B0EB2@ncbt.org> Greetings, Didn't "open -a Aquamacs\ Emacs" used to open a new frame with a file if Emacs was already running? Now it seems to open a brand new Emacs instance. Can we get the old behavior back, or is there a variable to set? --cro From thvv at multicians.org Mon Sep 29 14:44:02 2008 From: thvv at multicians.org (Tom Van Vleck) Date: Mon Sep 29 14:44:06 2008 Subject: [OS X Emacs] 1.5 and "open -a" In-Reply-To: <391D7E01-BC4B-490B-9965-9BFE7B3B0EB2@ncbt.org> References: <391D7E01-BC4B-490B-9965-9BFE7B3B0EB2@ncbt.org> Message-ID: <98891ADF-B3A6-40A6-975C-6C3426F52224@multicians.org> There are more inconsistencies in Aquamacs with buffers and frames. I have o-b-o-f set OFF. I started Aquamacs, noted there was no Frames item on the Windows menu. open -a "/Applications/Aquamacs Emacs.app" foo Closed the window with cmd-W (simulating my common mistake). Opened a new window with cmd-N. Showed a scratch buffer. Killed that buffer with c-x-k. foo reappeared. Now the windows menu showed a Frames item. clicking it brought up a submenu with foo on it twice. open -a "/Applications/Aquamacs Emacs.app" bar showed bar in the window, and the Window :: Frames submenu showed both foo and bar, but in fact there was only one frame. Choosing an item from the Frames submenu opened a new frame. open -a "/Applications/Aquamacs Emacs.app" baz opened baz in one of the frames. I was able to end up with a long list of files on the Frames submenu, many more than I had frames. What should the Frames submenu show if a window is split and holds more than one file? From david.reitter at gmail.com Mon Sep 29 15:03:20 2008 From: david.reitter at gmail.com (David Reitter) Date: Mon Sep 29 15:24:16 2008 Subject: [OS X Emacs] 1.5 and "open -a" In-Reply-To: <98891ADF-B3A6-40A6-975C-6C3426F52224@multicians.org> References: <391D7E01-BC4B-490B-9965-9BFE7B3B0EB2@ncbt.org> <98891ADF-B3A6-40A6-975C-6C3426F52224@multicians.org> Message-ID: <54F4F962-973B-495C-9492-9C035691D1A5@gmail.com> Tom, you're right about this. The reason for it is that the last visible frame is not actually deleted when you press Command-W, but hidden, because GNU Emacs is unable to delete the last remaining frame (at least not without crashing). I can add a workaround to the workaround by actually deleting the hidden frame after the user has opened another one. - 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! On 29 Sep 2008, at 14:44, Tom Van Vleck wrote: > There are more inconsistencies in Aquamacs with buffers and frames. > I have o-b-o-f set OFF. > > I started Aquamacs, noted there was no Frames item on the Windows > menu. > open -a "/Applications/Aquamacs Emacs.app" foo > Closed the window with cmd-W (simulating my common mistake). > Opened a new window with cmd-N. Showed a scratch buffer. > Killed that buffer with c-x-k. foo reappeared. > Now the windows menu showed a Frames item. clicking it brought up > a submenu with foo on it twice. > open -a "/Applications/Aquamacs Emacs.app" bar > showed bar in the window, and the Window :: Frames submenu showed both > foo and bar, but in fact there was only one frame. > Choosing an item from the Frames submenu opened a new frame. > open -a "/Applications/Aquamacs Emacs.app" baz > opened baz in one of the frames. > > I was able to end up with a long list of files on the Frames submenu, > many more than I had frames. What should the Frames submenu > show if a window is split and holds more than one file? > > > _____________________________________________________________ > 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 -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2193 bytes Desc: not available Url : http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20080929/943eda22/smime.bin