[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-g in dired
From: |
Richard M. Stallman |
Subject: |
Re: M-g in dired |
Date: |
Sat, 05 Nov 2005 18:43:39 -0500 |
`shadow_lookup' iterates over two maps (dired and global) and calls
`Flookup_key' on them. When `Flookup_key' returns 1 for the key
"M-gn" on the dired map, the loop in `shadow_lookup' skips it
That's the place that has to be changed.
When this call to `Flookup_key' returns a number N, `shadow_lookup'
should look up a sub-key-sequence of the first N events. If that
returns non-nil, the longer key is shadowed, so don't mention it at all.
If that returns non-nil, the longer key is not shadowed.
That avoids duplicating lots of code and avoids changing the calling
convention of Flookup_key.
- Re: M-g in dired, Juri Linkov, 2005/11/01
- Re: M-g in dired, Andreas Schwab, 2005/11/01
- Re: M-g in dired, Richard M. Stallman, 2005/11/02
- Re: M-g in dired, Juri Linkov, 2005/11/03
- Re: M-g in dired, Stefan Monnier, 2005/11/03
- Re: M-g in dired, Juri Linkov, 2005/11/04
- Re: M-g in dired, Richard M. Stallman, 2005/11/04
- Re: M-g in dired, Juri Linkov, 2005/11/05
- Re: M-g in dired,
Richard M. Stallman <=
- Re: M-g in dired, Juri Linkov, 2005/11/07
- Re: M-g in dired, Stefan Monnier, 2005/11/07
- Re: M-g in dired, Juri Linkov, 2005/11/08
- Re: M-g in dired, Richard M. Stallman, 2005/11/08
- Re: M-g in dired, Richard M. Stallman, 2005/11/07
- Re: M-g in dired, Richard M. Stallman, 2005/11/03