Re: GCC warning in minibuf.c

2005-10-20 Thread Andreas Schwab
e argument. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _

Re: GCC warning in minibuf.c

2005-10-20 Thread Andreas Schwab
on_list is definitely the wrong function to pass to internal_with_output_to_temp_buffer. > I think this is a bogus warning, I don't agree. Fdisplay_completion_list will be called with only a single parameter and will receive garbage in the second one. A sure way to make Emacs crash. Andreas. -- Andreas Sc

Re: rcirc.el

2005-10-19 Thread Andreas Schwab
Autoload cookies are always associated with the next sexp. ;;;###autoload (unless (fboundp 'irc) (defalias 'irc 'rcirc)) Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D5

Re: lisp/toolbar is gone (was: Shall we use etc/images more?)

2005-10-18 Thread Andreas Schwab
Bill Wohler <[EMAIL PROTECTED]> writes: > lisp/ldefs-boot.el contains the string: > > :26219:;; "toolbar/tool-bar.el" (17134 20613)) > > Is it worthwhile to check in the current loaddefs.el in its place? Feel free to do that any time. Andreas. -- An

Re: [EMAIL PROTECTED]: open-network-stream in batch mode causes SIGPOLL under GNU/Linux]

2005-10-13 Thread Andreas Schwab
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > So, if you make request_sigio a no-op in batch mode, does that in fact > give correct results? Yes, it does. > If so, would you please do it? Done. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]

Re: [EMAIL PROTECTED]: open-network-stream in batch mode causes SIGPOLL under GNU/Linux]

2005-10-11 Thread Andreas Schwab
ding to the comment) is to avoid some problem on Ultix related to interrupted connect syscall. The other places that enable SIGIO are init_sys_modes (no-op when noninteractive) and redisplay_internal (never called in noninteractive mode). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]

Re: [EMAIL PROTECTED]: open-network-stream in batch mode causes SIGPOLL under GNU/Linux]

2005-10-10 Thread Andreas Schwab
ymbol's value as variable is void: foo I think the reason the SIGIO isn't reported here is that the async interrupt is still connected to the process group of the previous emacs instance, which is now defunct, thus there is noone who can receive the SIGIO. Probably the best fix is

Re: tex-mode: \bf fontification bug

2005-10-10 Thread Andreas Schwab
Karl Chen <[EMAIL PROTECTED]> writes: > Synopsis: > > emacs -q /tmp/a.tex > > {\bf test} > > M-x font-lock-fontify-buffer > > error("No match %d in highlight %S" 2 (2 (tex-font-lock-append-prop (quote > bold)) append)) Thanks, I have

Re: bug with file name completing

2005-10-07 Thread Andreas Schwab
;.lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs

Re: Better default values for tooltip padding and `tooltip-hide-delay'?

2005-10-05 Thread Andreas Schwab
Lennart Borgman <[EMAIL PROTECTED]> writes: > Andreas Schwab wrote: > >>I'd also suggest to make the tooltip face specify a font height of 75%. >> >> > Why? If that is easily readable why not make the default font smaller > instead? IMHO it looks bette

Re: Better default values for tooltip padding and `tooltip-hide-delay'?

2005-10-04 Thread Andreas Schwab
bottom edge of the tooltip), which puts the > tooltip a safe distance below the pointer. I'd also suggest to make the tooltip face specify a font height of 75%. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany K

Re: Better default values for tooltip padding and `tooltip-hide-delay'?

2005-10-02 Thread Andreas Schwab
a info instead, in which case they > could be fairly long and detailed. The problem with big tooltips is that they obscure large parts of the display. As such they are only disturbing most of the time. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeld

Re: Better default values for tooltip padding and `tooltip-hide-delay'?

2005-10-01 Thread Andreas Schwab
Daniel Brockman <[EMAIL PROTECTED]> writes: > Andreas Schwab <[EMAIL PROTECTED]> writes: > >> Echo area messages don't hide other parts of the display, >> as long as they fit in one screen line. > > So would you advocate adding a timeout for echo area >

Re: Better default values for tooltip padding and `tooltip-hide-delay'?

2005-10-01 Thread Andreas Schwab
Daniel Brockman <[EMAIL PROTECTED]> writes: > Andreas Schwab <[EMAIL PROTECTED]> writes: > >> If a tooltip cannot be read in 10 seconds then it is >> too long, IMHO. > > By that logic, we should make echo area messages go away > after a while too, so people

Re: Better default values for tooltip padding and `tooltip-hide-delay'?

2005-10-01 Thread Andreas Schwab
top displaying it after 10 seconds even? > That limit seems really arbitrary and annoying. If a tooltip cannot be read in 10 seconds then it is too long, IMHO. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fing

Re: new version of allout.el - patch and ChangeLog

2005-10-01 Thread Andreas Schwab
ogle points me at only emacs-wiki stuff (for a search on "emacs gpp") > or xemacs-related stuff (for "xemacs gpp")... http://www.gnupg.org/(en)/related_software/frontends.html#fend_mua-PGG Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH,

Re: [EMAIL PROTECTED]: Emacs very slow opening file]

2005-09-29 Thread Andreas Schwab
: in order for > this to be useful for the OP, the test should be done *after* using the > Local-Variables's section (i.e. after switching to C mode). Another problem is that this example will enforce a comment style that many people may disagree with. Andreas. -- Andreas

Re: support for rxvt-unicode in rxvt.el

2005-09-21 Thread Andreas Schwab
s is redundant. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _

Re: Argument names in Elisp Reference vs docstrings

2005-09-16 Thread Andreas Schwab
Juri Linkov <[EMAIL PROTECTED]> writes: > Since `default' is a keyword in C, `defaults' is a good replacement. `default' is special cased: you can spell it `defalt' in the C code and still get `DEFAULT' in the doc string. Andreas. -- Andreas Schwab, SuSE

Re: compile.el::grep-program - should it use egrep instead of grep?

2005-09-12 Thread Andreas Schwab
Jari Aalto <[EMAIL PROTECTED]> writes: > Andreas Schwab <[EMAIL PROTECTED]> writes: > > | Jari Aalto <[EMAIL PROTECTED]> writes: > | > | > Could you elaborate a little. The syntax of grep is not sufficient to > | > make daily searches with M

Re: compile.el::grep-program - should it use egrep instead of grep?

2005-09-12 Thread Andreas Schwab
iles. In GNU grep there is no expressive difference between BREs and EREs, only the syntax differs. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 &quo

Re: key-binding values

2005-09-06 Thread Andreas Schwab
at the vector form was > preferred. IMHO there is no real preference. The string notation can only represent a limited set of keys, but is easier to read when it works. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany

Re: key-binding values

2005-09-06 Thread Andreas Schwab
standing is that the form [?\C- ] > is generally preferred over the form "\C- ", for a key binding. These two key sequences represent quite different bindings. You can't get one override the other, it depends on the terminal which key you receive on typing C-space. > If so, tha

Re: Standard Faces nodes

2005-08-16 Thread Andreas Schwab
t "@table @code" is for (*note (texinfo)table::). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely differen

Re: replace-regexp-in-string bug?

2005-08-13 Thread Andreas Schwab
Lennart Borgman <[EMAIL PROTECTED]> writes: >(replace-regexp-in-string "\s-+" "\s-+" "some space" nil t) "\s-+" is the same as "s-+". You need to use the proper read syntax for strings, see "Syntax for Strings" in th

Re: Entering filenames with spaces

2005-08-12 Thread Andreas Schwab
t C-SPC (which is often the same as C-@ on text terminals) is already bound to set-mark-command. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "An

Re: Shift Tab in help buffers still does not move backwards

2005-08-09 Thread Andreas Schwab
ard.c: /* If KEY is not defined in any of the keymaps, and cannot be part of a function key or translation, and is a shifted function key, use the corresponding unshifted function key instead. */ Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linu

Re: info.texi

2005-08-04 Thread Andreas Schwab
"Robert J. Chassell" <[EMAIL PROTECTED]> writes: > Started with > > emacs -nw -Q -D > > S-TAB fails with X in an xterm under Enlightenment. Works fine here (with xterm-203). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH,

Re: emacs & MAXPATHLEN

2005-08-01 Thread Andreas Schwab
u can run Linux with just a suitable initramfs using klibc. That's enough for running a firewall, for example. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 2

Re: emacs & MAXPATHLEN

2005-08-01 Thread Andreas Schwab
. > So I think you mean "on GNU/Linux", not "on Linux". No, my statement is perfectly correct. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44

Re: emacs & MAXPATHLEN

2005-07-30 Thread Andreas Schwab
o create a file. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: emacs & MAXPATHLEN

2005-07-30 Thread Andreas Schwab
rameter only limits the length of the file name that can be passed to system calls, but has no connection to maximum length of an (absoulte) file name in a system (you can create virtually infinite long file names on Linux, for example). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED

Re: emacs & MAXPATHLEN

2005-07-30 Thread Andreas Schwab
>{ > buf = (char *) xmalloc (buf_size); > if (getcwd (buf, buf_size) == buf) > break; > free (buf); > if (errno != ERANGE) At this point errno may already be changed by free(). Why not just use xrealloc in the first place? Andreas. --

Re: etc/refcard.tex update.

2005-07-07 Thread Andreas Schwab
meant exactly the same command. Sorry, I misunderstood you. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely di

Re: etc/refcard.tex update.

2005-07-06 Thread Andreas Schwab
Juri Linkov <[EMAIL PROTECTED]> writes: > 5. There is `M-x recover-file', but no `M-x recover-session'. recover-session is an interactive compiled Lisp function in `files'. It is bound to . (recover-session) Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]

Re: Some error info from configure.bat please

2005-07-04 Thread Andreas Schwab
r f in **/CVS/Root; do ... done > > if you havedirectories named "CVS" that don't have a "Root" fine in them, > the above code is difficult to simulate with find. Unless you have GNU find. $ find -path "*/CVS/Root" | ... Andreas. -- Andreas Schwab, Su

Re: Editing exportet registry files

2005-07-02 Thread Andreas Schwab
r next to each other, let alone at the start of a file. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "

Re: Shift Tab should move backward in help buffers

2005-06-28 Thread Andreas Schwab
it would not correctly handle the case where the user has bound > S-tab to something. On those terminals S-tab does not exist, it is recoginized directly as backtab. At least terminfo does not have a way to denote S-tab, only backtab. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTE

Re: Shift Tab should move backward in help buffers

2005-06-26 Thread Andreas Schwab
ia terminfo kcbt). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." __

Re: *****SPAM***** Re: datatypes in Elisp Info: mention "things" for which there is no "thing" datatype - e.g. faces

2005-06-24 Thread Andreas Schwab
Miles Bader <[EMAIL PROTECTED]> writes: > I tend to think of datatypes in lisp as being disjoint categories of > values; a value can only every have one datatype. `nil' is both a list and an atom. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products Gm

Re: display-supports-face-attributes-p bug?

2005-06-10 Thread Andreas Schwab
Richard Stallman <[EMAIL PROTECTED]> writes: > What value of TERM does gnome-terminal normally use? I hope Emacs can > distinguish gnome-terminal (which really handles underlining) from > the console and xterm (which do not). xterm can display underline. Andreas. -- Andreas Sc

Re: emacs-buffer.gdb

2005-06-09 Thread Andreas Schwab
me > set $filename = ((struct Lisp_String *) $ptr)->data >else > -set $filename = ' ' > +set $filename = " " This is dangerous because gdb needs to call malloc in the inferior in order to allocate the string. Andreas. -- Andreas

Re: display-supports-face-attributes-p bug?

2005-06-09 Thread Andreas Schwab
Miles Bader <[EMAIL PROTECTED]> writes: > On 6/9/05, Andreas Schwab <[EMAIL PROTECTED]> wrote: >> Miles Bader <[EMAIL PROTECTED]> writes: >> >> > However my actual linux (VGA) console seems to display this as bold. >> >> That's the defa

Re: display-supports-face-attributes-p bug?

2005-06-08 Thread Andreas Schwab
Miles Bader <[EMAIL PROTECTED]> writes: > However my actual linux (VGA) console seems to display this as bold. That's the default underline color (bright white). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnber

Re: display-supports-face-attributes-p bug?

2005-06-08 Thread Andreas Schwab
" (default is bright white, IIRC). The framebuffer console does not support real underlining (except on a 1-bit display). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756

Re: Unreliability in process output

2005-06-08 Thread Andreas Schwab
ates of that discussion so I can find the relevant mail? I want to > see if I can persuade someone to make a change that will solve the > problem. See <http://lists.gnu.org/archive/html/bug-cvs/2002-07/msg00423.html> for a good explanation. Andreas. -- Andreas Schwab, SuSE Labs

Re: Unreliability in process output

2005-06-08 Thread Andreas Schwab
[EMAIL PROTECTED] writes: > Andreas Schwab <[EMAIL PROTECTED]> writes: >> Do you happen to run Linux 2.6.10? That might be the same issue that >> Stefan observed recently (see topic "File botched up using Tramp" >> <http://lists.gnu.org/archive/html/emacs

Re: Unreliability in process output

2005-06-07 Thread Andreas Schwab
character boundary. Do you happen to run Linux 2.6.10? That might be the same issue that Stefan observed recently (see topic "File botched up using Tramp" <http://lists.gnu.org/archive/html/emacs-devel/2005-05/msg01468.html>). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL P

Re: make bootstrap fails on Debian and Ubuntu

2005-06-07 Thread Andreas Schwab
make boostrap > > It seems to be something with flyspell-mode-map in lisp/loaddefs.el. Does it help to "make maintainer-clean" and start over? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprin

Re: nt/INSTALL and -kb

2005-06-06 Thread Andreas Schwab
; binary file, will all the consequences of that, like that "cvs diff" > will be impossible etc.? No. Only changing the setting in the repository as above will have an effect like this. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstra

Re: File botched up using Tramp

2005-05-31 Thread Andreas Schwab
. See <http://marc.theaimsgroup.com/?l=linux-kernel&m=110842915508549&w=2>. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for

Re: vc-next-action not behaving

2005-05-26 Thread Andreas Schwab
David Abrahams <[EMAIL PROTECTED]> writes: > So, it's just a lucky coincidence that I saw "17046" and 17:46 was the file's > modification time. But then, why is it showing as 17:44 below? I have no idea. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PRO

Re: vc-next-action not behaving

2005-05-26 Thread Andreas Schwab
mber would not be representable as a Lisp_Integer on a 32-bit host. $ date -u -d @1117129444 Do Mai 26 17:44:04 UTC 2005 Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756

Re: rcirc IRC implementation for Emacs

2005-05-25 Thread Andreas Schwab
rison. I've been using ERC for some time now, and I'm pretty satisfied with it. But I don't know how it compares with other clients since I didn't try any of them yet. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nür

Re: Bootstrap fails on w32

2005-05-25 Thread Andreas Schwab
Jason Rumney <[EMAIL PROTECTED]> writes: > Every version of diff I've encountered treats CRLF as different than > plain LF. Try diff -b. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint

Re: Bootstrap fails on w32

2005-05-23 Thread Andreas Schwab
Adrian Aichner <[EMAIL PROTECTED]> writes: > 2>&1 looks right to me, but according to "man bash" 2&>1 is preferred. 2&>1 is something completely different, it redirects to the file named `1'. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECT

Re: Change to process.c

2005-05-22 Thread Andreas Schwab
Andreas Schwab <[EMAIL PROTECTED]> writes: > Nick Roberts <[EMAIL PROTECTED]> writes: > >> gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. >> -I/home/nick/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g3 process.c >> process.c: In functi

Re: Change to process.c

2005-05-22 Thread Andreas Schwab
atible > pointer type This was a misplaced volatile. It's not needed here in the first place, so I removed it. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44

Re: replace alloca with strdup

2005-05-21 Thread Andreas Schwab
ged is already obviously safe. > I hope you like the idea. No. Nobody is reclaiming the storage, so you introduced a memory leak. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 175

Re: Problem with library images on Windows (again)

2005-05-18 Thread Andreas Schwab
That appears like a blatant bug in the compiler if it cannot properly track call-clobbered registers. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5

Re: ChangeLog problems

2005-05-14 Thread Andreas Schwab
y was inserted by me. Locally, I don't use any coding system, > so the local setting from the file (iso-2022-7bit) should be active. > No problems here. You've entered two latin-1 encoded characters here: insertion (`expand-file' and alike). Reported by Frédéric Bo

Re: Fwd: Re: junk in *grep* buffers

2005-05-08 Thread Andreas Schwab
text during fontification font-lock-fontify-keywords-region will skip over some of the following text when it readjusts point. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 175

Re: Adding missing copyright years

2005-05-08 Thread Andreas Schwab
for something like changing the FSF's address or removing > spurious whitespace. It isn't the right thing. This is not a problem since you are asked whether you want to update the copyright. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfe

Re: Tex-mode binding of C-return

2005-05-04 Thread Andreas Schwab
[EMAIL PROTECTED] (Kim F. Storm) writes: > Does C-space work on ttys? It's usually the same as C-@, ie. NUL, but AFAIK not all terminals support that. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fin

Re: lispref/frames.texi and xmenu.c

2005-05-01 Thread Andreas Schwab
Luc Teirlinck <[EMAIL PROTECTED]> writes: > --- 1396,1411 > where each pane is a list of form > > @example > ! (@var{title} @var{item1} @var{item2}...) > @end example > > ! Each item should normally be a cons cell (@var{line} . @var{value}), @code

Re: a question about `,' in backquote

2005-04-24 Thread Andreas Schwab
the form is passed to eval, which evaluates the function arguments before applying them. Thus without the quote it would effectively be doing (eval regexp), which is not what is wanted. Of course, the only valid type of this argument is a string which is self-evaluating, but you don't want to evalua

Re: Emacs for powerpc64

2005-04-23 Thread Andreas Schwab
Jérôme Marant <[EMAIL PROTECTED]> writes: > Does Emacs CVS works on powerpc64 (G5 processors)? There were only a few configuration bits missing. Current CVS is working now. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409

Re: Removing unloaded functions from auto-mode-alist.

2005-04-21 Thread Andreas Schwab
to get the history right. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." ___

Re: Removing unloaded functions from auto-mode-alist.

2005-04-21 Thread Andreas Schwab
t decisions on somebody else, this is fine with > me. Have fun. I didn't blame anyone, it's just that both tex-mode and TeX-mode are natural ways to name the mode for processing TeX input files, independent of who is implementing it. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL

Re: Removing unloaded functions from auto-mode-alist.

2005-04-20 Thread Andreas Schwab
might have been the case that the > mode was not merely aliased, I doubt that pre-1990 compatibility is a > major concern nowadays. But you can't claim that AUCTeX is "owning" the names either, since they are clearly older. Andreas. -- Andreas Schwab, SuSE Labs, [EMAI

Re: Removing unloaded functions from auto-mode-alist.

2005-04-20 Thread Andreas Schwab
d M. Stallman ([EMAIL PROTECTED]) * tex-mode.el: New file, containing TeX-mode. 1986-08-28 Richard M. Stallman ([EMAIL PROTECTED]) * loaddefs.el: Autoload plain-TeX-mode and LaTeX-mode. Define aliases for them. Fix doc for TeX-mode. Andreas. -- Andreas Schwab, S

Re: Removing unloaded functions from auto-mode-alist.

2005-04-19 Thread Andreas Schwab
th the intent not to conflict. Did AUCTeX already exist in 1985? I don't think so. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for some

Re: should xterm-mouse-mode be on by default?

2005-04-14 Thread Andreas Schwab
Richard Stallman <[EMAIL PROTECTED]> writes: > Doesn't Xterm Mouse mode communicate selections to X in the usual way? It can't, since Emacs does not know how to contact the X server. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Max

Re: `xterm-mouse-mode' has a bogus Custom group

2005-04-08 Thread Andreas Schwab
xterm-like terminal descriptions with different names. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276

Re: emacs -Q not documented

2005-04-06 Thread Andreas Schwab
ions really strips off all features you >> would normally like to have for daily work. > > Yes, --bare-bones or --no-frills seem like good candidates, too. Since the option is primarily useful for debugging maybe its name should contain the word debug. Andreas. -- Andreas Schwab, S

Re: lisp/generic-x.el build failure

2005-03-25 Thread Andreas Schwab
Jérôme Marant <[EMAIL PROTECTED]> writes: > Andreas Schwab <[EMAIL PROTECTED]> writes: > >> Jérôme Marant <[EMAIL PROTECTED]> writes: >> >>> Hi, >>> >>> When running 'make compile' from within the lisp/ directory, >&g

Re: lisp/generic-x.el build failure

2005-03-25 Thread Andreas Schwab
Jérôme Marant <[EMAIL PROTECTED]> writes: > Hi, > > When running 'make compile' from within the lisp/ directory, > I'm getting such errors: Try "make updates", then rebuild emacs, then retry "make compile". Andreas. -- Andreas Schwab,

Re: Emacs from cvs & non-ascii characters

2005-03-25 Thread Andreas Schwab
uced in the >> last 4 weeks. > > I believe I've fixed such a bug this morning. Can you check with the > latest code? Works again, thanks. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprin

Re: Auto-fill-mode bug: unbreakable space lost

2005-03-25 Thread Andreas Schwab
done this way, because shift hyphen produce underscore (_) > (at least in US/Hebrew keyboard). You can use C-x 8 SPC and C-x 8 - to produce these characters, which together with unify-8859-on-encoding-mode (which is the default) gives you the right characters for your charset. Andreas. -- An

Re: Emacs from cvs & non-ascii characters

2005-03-25 Thread Andreas Schwab
keyboard-coding-system? > What does M-: (terminal-coding-system) RET return? I've made a similar experience. The problem is that Emacs no longer sets the terminal coding system to mule-utf-8 when running in a UTF-8 locale (it's set to iso-latin-1 instead). That must have been i

Re: CVS Emacs failing to compile on Mac OS X

2005-03-24 Thread Andreas Schwab
ings that confuse configure. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: term/bobcat still requires term/keyswap

2005-03-23 Thread Andreas Schwab
it immediately is TRT here. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: generic-x needs to require generic

2005-03-22 Thread Andreas Schwab
work fine: Try removing lisp/loaddefs.el first. I've now updated lips/ldefs-boot.el and removed the require from generic-x.el again. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D

Re: Possible change to startup.el

2005-03-21 Thread Andreas Schwab
David Kastrup <[EMAIL PROTECTED]> writes: > Andreas Schwab <[EMAIL PROTECTED]> writes: > >> David Kastrup <[EMAIL PROTECTED]> writes: >> >>> So where do we get copyright-free flag icons? >> >> KDE has a whole gallery. > > Are you

Re: Possible change to startup.el

2005-03-21 Thread Andreas Schwab
David Kastrup <[EMAIL PROTECTED]> writes: > So where do we get copyright-free flag icons? KDE has a whole gallery. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756

Re: [OSX] bootstrap fails

2005-03-14 Thread Andreas Schwab
some weird comment at line 286 of lisp/startup.el > <<<<<<< startup.el This is a problem on your side. Please resolve the conflict that occured during the update of the file. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnber

Re: Key binding M-g should really be goto-line

2005-03-10 Thread Andreas Schwab
fix argument is already used to jump to the file > in another window. The prompt could be triggered by a specific prefix argument like C-u 0 (aka M-0 aka C-0). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key finge

Re: English usage bug in bytecomp.el

2005-03-08 Thread Andreas Schwab
Bill Wohler <[EMAIL PROTECTED]> writes: > On a different topic, it would be useful if the message indicated a > replacement. It does. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58

Re: Bootstrapping apparently fails to compile Lisp files.

2005-03-06 Thread Andreas Schwab
Luc Teirlinck <[EMAIL PROTECTED]> writes: > Is the following a bizarre local problem or does anybody else see > this? Update your CVS. Then I did: > > make maintainer-clean > ./configure --without-toolkit-scroll-bars > make bootstrap Should work again now. Andreas.

Re: Do you understand this?

2005-03-06 Thread Andreas Schwab
ain ; q=0.5, >text/html, text/x-dvi; q=0.8, > text/x-c ; q=1.0 > > Is this the case? Close. Accept: text/plain; q=0.5, text/html ; q=1, text/x-dvi; q=0.8, text/x-c ; q=1 Andreas. --

Re: Putting blink-cursor-mode in Options menu.

2005-03-06 Thread Andreas Schwab
el. > > > That is FALSE evidence!!! > > The search: > > emacs turn off "blinking cursor" -info -xemacs > > gives just 163 hits on google. > > In comparison > > emacs turn off fringe -info -xemacs > > gives 543 hits. Never believe in a stat

Re: Key binding M-g should really be goto-line autolearn=noversion=3.0.2 autolearn=no version=3.0.2

2005-03-03 Thread Andreas Schwab
are doing with `goto-line', > without requiring them to key in the line number. A minor suggestion - > that's all. You already don't have to type the number, just mark, copy and paste it. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, M

Re: Putting blink-cursor-mode in Options menu.

2005-03-03 Thread Andreas Schwab
Richard Stallman <[EMAIL PROTECTED]> writes: > I just started gedit and it too seems to use a blinking line cursor. So does kedit. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7

Re: Key binding M-g should really be goto-line autolearn=noversion=3.0.2 autolearn=no version=3.0.2

2005-03-03 Thread Andreas Schwab
> text at point (whenever that text can be parsed as a numeral) and does > `goto-line' in buffer `(other-buffer (current-buffer) t)'. We already have that, it's compilation-minor-mode. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfe

Re: Key binding M-g should really be goto-line autolearn=no version=3.0.2

2005-03-02 Thread Andreas Schwab
bout any default binding. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _

Re: xassert in dispextern.h

2005-03-02 Thread Andreas Schwab
page zero too -- who wants those annoying > NULL-pointer dereference bug reports? Have you seen anyone lately? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 82

Re: Ok, somebody give me a clue.

2005-02-28 Thread Andreas Schwab
o { __label__ woozle; \ >> woozle: trbuf[trptr++] = (struct trbuf)\ > > Does [trptr++%256] give better results ? trptr is unsigned char, so won't ever be bigger than 255. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products Gmb

Re: cursor moving bug

2005-02-27 Thread Andreas Schwab
NU/Linux box, in case this matters. > > I cannot reproduce this on GNU/Linux. I can reproduce it on powerpc-linux with a 7 days old Emacs. Also tested with a 10 day old Emacs on ia64-linux, where it not reproducable. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PRO

Re: cursor moving bug

2005-02-27 Thread Andreas Schwab
a GNU/Linux box, in case this matters. > > I cannot reproduce this on GNU/Linux. Rechecked with current CVS, I can no longer reproduce it neither on powerpc-linux nor ia64-linux. Looks like alredy been fixed. (The version of Emacs where I was able to reproduce it was actually one month older.

Re: follow-link in grep buffer

2005-02-25 Thread Andreas Schwab
> I like Drews suggestion that the first click gives focus only. I never have to click to focus. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756

  1   2   >