Re: Problem with string to fontset conversion

2005-03-22 Thread Reiner Steib
On Mon, Mar 21 2005, Jan D. wrote: If you have specified a font that is iso8859-1 and your locale is UTF-8, you will get this message. The manual suggests to specify iso8859-1. Is this correct? ,[ (info (emacs)Font X) ] | REGISTRY | ENCODING | These together make up the X font

Re: Emacs crashes when visiting folders with mh-e

2005-03-22 Thread Benjamin Pierce
21.3.50 is the most current version in the Fink unstable ports, and from a little Googling it seems there may be issues compiling from sources for OSX (I only need the X11 version, though, not native Carbon, so perhaps that is easier?). Can you tell me where I can find the most up to date build

NT Emacs wrong-type-argument wholenump -13

2005-03-22 Thread FKtPp
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org

Re: Somehow disp-table.el gets loaded on Mac OS X

2005-03-22 Thread Peter Dyballa
Am 22.03.2005 um 15:00 schrieb Stefan: Could you try with completely vanilla Emacsen (i.e. no extra package from /Library/Application Support/Emacs, no .emacs, ...). The most likely problem is that some code somewhere calls standard-display-european. Renaming /Library/Application Support/Emacs I

Re: Somehow disp-table.el gets loaded on Mac OS X

2005-03-22 Thread Stefan Monnier
Could you try with completely vanilla Emacsen (i.e. no extra package from /Library/Application Support/Emacs, no .emacs, ...). The most likely problem is that some code somewhere calls standard-display-european. Renaming /Library/Application Support/Emacs I have in GNU Emacs 22.0.50's

Re: Pressing q in View mode sometimes iconifies Emacs.

2005-03-22 Thread Richard Stallman
If this behavior is intended to address the case of quitting from a buffer where a new frame is created to display that buffer, it seems to make a lot more sense to record the fact that the frame was created for that purpose, and have view-mode check for that specific case.

Re: Problem with string to fontset conversion

2005-03-22 Thread Stefan Monnier
I don't have .Xresources -- but as I said in my previous mail, the message did change to Warning: Cannot convert string -*-helvetica-medium-r-*--*-120-*-*-*-*,* to type FontSet but the menu bar font is still wrong... Unless/until someone can help me fix this, could someone just take

Re: Problem with string to fontset conversion

2005-03-22 Thread Reiner Steib
On Tue, Mar 22 2005, Jan D. wrote: 2005-03-22 kl. 12.51 skrev Reiner Steib: On Mon, Mar 21 2005, Jan D. wrote: If you have specified a font that is iso8859-1 and your locale is UTF-8, you will get this message. The manual suggests to specify iso8859-1. Is this correct? ,[ (info

Re: Not really a bug ...

2005-03-22 Thread Peter Dyballa
Am 22.03.2005 um 22:54 schrieb Kim F. Storm: Peter Dyballa [EMAIL PROTECTED] writes: I don't know whether it's really new in Emacs 22.0.50 or I activated it by some means: when in dired-mode or in find-grep buffer and I click on entries they open in the other buffer. Is *every* mouse click doing

Typo in flyspell.el

2005-03-22 Thread Johan Bockgård
There's a typo in the function `mail-mode-flyspell-verify'. It has been fixed in the stand-alone flyspell version. -(not (looking-at [}|]\\To:))) +(not (looking-at [}|]\\|To:))) -- Johan Bockgård ___

Re: Somehow disp-table.el gets loaded on Mac OS X

2005-03-22 Thread YAMAMOTO Mitsuharu
I tried to set LANG to de_DE.UTF-8, then disp-table.elc gets loaded at startup time. It seems to be loaded through the following path. 1. In command-line (startup.el): (set-locale-environment nil) 2. In set-locale-environment (international/mule-cmds.el): (when