Pressing q in View mode sometimes iconifies Emacs.

2005-03-18 Thread Lute Kamstra
Start Emacs with emacs -Q under X. Type C-x 5 2 to get a second frame. Type C-h f or to split the frame into two windows. Type C-x 0 to make the help window the only window in the frame. Type q. For me, the frame now iconifies. As if I had typed C-z (iconify-or-deiconify-frame). C-h k q says

Re: Faulty make-package

2005-03-18 Thread Peter Dyballa
Am 18.03.2005 um 11:08 schrieb Juri Linkov: It seems this is not related to your failed bootstrap process report Yes, that's right, these are two different things I reported in one eMail. -- Greetings Pete Think of XML as Lisp for COBOL programmers. -- Tony-A (some guy on /.)

Re: prefix keymap echoing partly broken

2005-03-18 Thread Reiner Steib
On Thu, Mar 17 2005, Richard Stallman wrote: It fails here as well (GTK or tty) with emacs -Q (updated and built 10 hours, the same with a built from 2005-03-07). If I don't wait for the `C-x-' echo to appear, it displays `C-x RET-'. If it fails for you, can you debug it? I

Re: Archive files with upper case file names

2005-03-18 Thread Eli Zaretskii
From: Richard Stallman [EMAIL PROTECTED] CC: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org Date: Thu, 17 Mar 2005 18:01:28 -0500 One common situation is this: one copies files via a floppy formatted with the old DOS FAT16 filesystem. (That filesystem stored all file names

Re: Problem with string to fontset conversion

2005-03-18 Thread Jan D.
Kim F. Storm wrote: Symptoms: Just updated from CVS, bootstrapped, and now emacs -q issues a message that it didn't issue before: Warning: Missing charsets in String to FontSet conversion Warning: Cannot convert string -*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1 to type FontSet -- and the

Re: emacs Cann't be buildt with gcc 4

2005-03-18 Thread Jan D.
sangu wrote: [...] gcc -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/usr/src/redhat/BUILD/emacs-22.0.50/lib-src -I/usr/src/redhat/BUILD/emacs-22.0.50/lib-src/../src -Wl,-znocombreloc -L/usr/X11R6/lib -D_BSD_SOURCE -DMAIL_USE_LOCKF -O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=athlon

Re: Latin-1 chars not recognized for default french flyspell dict

2005-03-18 Thread Stefan Monnier
On the machines here, the default ispell dictionary is French. This confuses flyspell as the example below shows: % emacs -q ~/tmp/foo.txt M-x flyspell-mode RET chocolat chocolate problème the first word is accepted as correct while the second is highlighted as a typo

stty isn't a terminal

2005-03-18 Thread Peter Dyballa
Hello! When I'm executing a shell-command-on-region I receive beside the result also that notice: stty: stdin isn't a terminal What does that mean? In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.8.0, GTK+ Version 2.4.9) of 2005-03-16 on Latsche.local Distributor `The XFree86 Project,

shell can't stand still

2005-03-18 Thread Peter Dyballa
Hello! When in the *shell* buffer a running command produces output it's quite impossible to scroll back using the page-up key. It seems as if the last output lines are being subtracted from the amount of lines to scroll up ... In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.8.0, GTK+ Version

Re: stty isn't a terminal

2005-03-18 Thread Stefan Monnier
When I'm executing a shell-command-on-region I receive beside the result also that notice: stty: stdin isn't a terminal What does that mean? Google should be able to answer that one. It's a problem in your shell's config file (like .cshrc) where you use `stty' without first checking

Re: stty isn't a terminal

2005-03-18 Thread Peter Dyballa
Am 18.03.2005 um 23:11 schrieb Stefan Monnier: Google should be able to answer that one. It's a problem in your shell's config file (like .cshrc) where you use `stty' without first checking whether the shell is actually running on a terminal. It's only present in GNU Emacs 22 from CVS. And this