Hello,
Michael Tatge wrote on Sat, May 13 2000 16:51:34:
> On Sat, May 13, 2000 at 11:43:52AM +0800, Greg Matheson wrote:
> > On Fri, May 12, 2000 at 05:00:37PM +0200, Michael Tatge wrote:
> >
> > > On Fri, May 12, 2000 at 08:57:40AM +0100, Chris Green wrote:
> > > > In general I think I'd prefer the browser to *always* start from
> > > > $folder...
> >
> > > There is a rather uncomfortable way to achieve this. Type
> > > c?cPath/to/folder
> >
> > And this could be made a folder hook, couldn't it.
[...]
> A very clumsy way to do it would be
> macro index <key> c?c<backspace><backspace><backspace>...[as often as
> needed]/path/to/$folder\n
Can't you use ^u for this? Afaik it deletes the whole line at once.
I looked it up, the function is called <kill-line>, defined in
functions.h.
So the macro would be
macro index <key> c?c^u/path/to/$folder<enter>
or
macro index <key> c?c<kill-line>/path/to/$folder<enter>
(just tested :)
Regards, Stefan.
--
On-line, adj.:
The idea that a human being should always be accessible to a
computer.