ido and find-alternate-file.

2006-11-16 Thread Matt Hodges
In GNU Emacs 22.0.90.4 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2006-11-14 on escpc40 X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' To align ido-find-alternate-file more closely with find-alternate-file, perhaps the current file

Re: ido and find-alternate-file.

2006-11-16 Thread Kim F. Storm
Matt Hodges [EMAIL PROTECTED] writes: To align ido-find-alternate-file more closely with find-alternate-file, perhaps the current file name should be offered as a default. Very useful, thanks. I've installed the patch. -- Kim F. Storm [EMAIL PROTECTED] http://www.cua.dk

Re: ido and find-alternate-file.

2006-11-16 Thread Matt Hodges
Kim F. Storm writes: Very useful, thanks. I've installed the patch. Thanks. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: mile long url-mime-charset-string

2006-11-16 Thread Dan Jacobson
r I have no idea what this means. Allow me to elucidate. |url-mime-charset-string is a variable defined in `url-vars.el'. |Its value is |utf-8;q=1, iso-8859-1;q=0.5, big5;q=0.5, iso-2022-jp;q=0.5, |shift_jis;q=0.5, iso-8859-15;q=0.5, iso-8859-2;q=0.5, |iso-8859-3;q=0.5, iso-8859-4;q=0.5,

Re: emacs -nw vs. default-indicate-empty-lines

2006-11-16 Thread Dan Jacobson
MT (setq ol (make-overlay (point-min) (point-max) (current-buffer) t t)) MT (overlay-put ol 'after-string \n~\n~\n~\n~\n~\n~\n) Obviously what you are talking about here requires thinking. Therefore, I object. I'm saying there should be some variable the user can toggle to get those ~ below that

(yow) just gives the same line every time

2006-11-16 Thread Dan Jacobson
yow is an interactive compiled Lisp function in `yow.el'. It is bound to menu-bar tools games yow. No it isn't. I see others there, but not yow. (yow optional insert display) Return or display a random Zippy quotation. With prefix arg, insert it. (yow)Yow! Legally-imposed

Re: ido and find-alternate-file.

2006-11-16 Thread Richard Stallman
To align ido-find-alternate-file more closely with find-alternate-file, perhaps the current file name should be offered as a default. This would be particularly useful when using ido-edit-input. Suggested patch attached. I've been thinking that perhaps find-alternate-file should

Patch: src/xterm.c for old C compiler

2006-11-16 Thread Tetsurou Okazaki
Hi, My environment, gcc version 2.96 2731 (Red Hat Linux 7.1 2.96-98), requires the following patch to build CVS-head Emacs again. Please apply this. 2006-11-17 Tetsurou Okazaki [EMAIL PROTECTED] (tiny change) * xterm.c (do_ewmh_fullscreen): Declare variable before XSETFRAME