add 'follow-link to yank-excluded-properties

2005-04-17 Thread SAITO Takuya
I would like to suggest to add 'follow-link to yank-excluded-properties. Type C-h v yank-excluded-properties and copy the line You can customize this variable. in *Help* buffer to *scratch* buffer. Then, mouse-1 on the text customize in *scratch* buffer runs the the command mouse-yank-at-click.

compilation-directory-matcher

2005-04-17 Thread SAITO Takuya
When I customize compilation-directory-matcher to track multiple type of directory change message, error message is displayed like this: error in process filter: font-lock-fontify-keywords-region: No match 2 in highlight (2 (compilation-directory-properties 2 1) t) I think LAXMATCH of MATCHER

recentf: Select coding system on quit

2005-04-17 Thread David Reitter
The recentf library asks the user Select coding system upon quitting emacs what coding system to use when one of the recent files is one with non-ascii characters, instead of non-interactively (i.e. automatically) choosing a safe coding system such as utf-8. This is generated by mule-cmds.el,

OS X: hidden frames / no keyboard commands available

2005-04-17 Thread David Reitter
When the last frame is hidden, Emacs (Carbon Emacs) does not seem to accept keyboard input any more, even though the menu bar displays a range of commands as being available, depending on the mode of the last shown buffer. For example C-x C-c should allow me to exit Emacs in this situation.

OS X: Font choice doesn't stick

2005-04-17 Thread David Reitter
When a different fontset is chosen via the menu (menu-bar options mouse-set-font), the choice does not apply to other frames and is ignored when a new frame is opened. This is not logical, as other options in the Options menu (such as blink-cursor-mode) apply to all frames, including newly

Re: BibTeX-mode: Key generation when latin-1 characters appear in author field

2005-04-17 Thread Roland Winkler
On Sat Apr 16 2005 Richard Stallman wrote: I think there is something in Emacs already to do conversions like this, but I don't recall what. It might be in enriched mode, or it might be in international/iso-*.el. There is international/iso-cvt.el which translates (La)TeX and HTML files to ISO

Re: BibTeX-mode: Key generation when latin-1 characters appear in author field

2005-04-17 Thread Richard Stallman
There is international/iso-cvt.el which translates (La)TeX and HTML files to ISO 8859-1 and back. However, I think this package does not work beyond ISO 8859-1. At least, it would be necessary to provide the appropriate conversion tables. Furthermore, it seems to me that this

Re: add 'follow-link to yank-excluded-properties

2005-04-17 Thread Richard Stallman
I did that; thanks. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: BibTeX-mode: Key generation when latin-1 characters appear in author field

2005-04-17 Thread Roland Winkler
On Sun Apr 17 2005 Richard Stallman wrote: It does not surprise me that it isn't maintained. But if you want a feature like this, it seems to me you may as well maintain and extend iso-cvt.el rather than write something new. I think that it's an important aspect of this problem that

Re: Point of wrong window used in read-from-minibuffer?

2005-04-17 Thread Stefan Monnier
I think I agree now that the patch you installed is a bug fix and correct. Good, thanks. The problem that point moves after (save-window-excursion (select-window (next-window))) That's the problem I saw reported. No, the problem is not that point is moved, but that the window's cursor is

Re: Can't isearch 'รถ'

2005-04-17 Thread Stefan Monnier
No, I can't. But shouldn't we avoid such an incompatible change at this stage? Can be. But since it's about a year now since we called a freeze and I see no sign of getting to the pretest stage, I figure I don't understand enough what feature freeze means: I just propose changes and I'll let