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

2005-03-18 Thread Gaetan Leurent
Stefan Monnier wrote on 18 Mar 2005 14:58:48 +0100: > Huh? I'd never have expected someone to actually suggest an interactive key > binding for goto-char. But I now see that it even has a menu-bar entry. > What in the world for? Some compilers (eg ocaml) reports errors with character numbers i

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

2005-03-18 Thread Stefan Monnier
>> M-g c - goto-char Huh? I'd never have expected someone to actually suggest an interactive key binding for goto-char. But I now see that it even has a menu-bar entry. What in the world for? I also see that the docstring of goto-char is wrong. How about the patch below? > M-g b - go

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

2005-03-18 Thread David Kastrup
Romain Francoise <[EMAIL PROTECTED]> writes: > David Kastrup <[EMAIL PROTECTED]> writes: > >>> M-g n - next-error (goto-next-locus) >>> M-g M-n - next-error (goto-next-locus) >>> M-g p - previous-error >>> M-g M-p - previous-error > >> Most definitely YES! > > I would also like to see

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

2005-03-18 Thread Romain Francoise
David Kastrup <[EMAIL PROTECTED]> writes: >> M-g n - next-error (goto-next-locus) >> M-g M-n - next-error (goto-next-locus) >> M-g p - previous-error >> M-g M-p - previous-error > Most definitely YES! I would also like to see `first-error' there while we're at it. So how about: M-g

M-g suffixes. Was: Key binding M-g should really be goto-line

2005-03-18 Thread David Kastrup
Romain Francoise <[EMAIL PROTECTED]> writes: > Juri Linkov <[EMAIL PROTECTED]> writes: > >> I see `goto-line' finally bound to M-g in CVS. Good news! >> After such a big change, it is time now for a few improvements. Of course Juri is being facetious. The binding of M-g was a small change as co