emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enriched-mode and switching major modes.


From: Kim F. Storm
Subject: Re: enriched-mode and switching major modes.
Date: Wed, 22 Sep 2004 23:53:29 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

"Eli Zaretskii" <address@hidden> writes:

>> Cc: Oliver Scholz <address@hidden>,  address@hidden,  address@hidden,
>>        address@hidden,  address@hidden
>> From: address@hidden (Kim F. Storm)
>> Date: Wed, 22 Sep 2004 09:44:19 +0200
>> 
>> I still think my idea to use "anonymous" windows as the base of a
>> block display model would be a good solution
>
> But a window is more than just a portion of the display; for example,
> you cannot get out of a window without typing a special command, like
> "C-x o".  Wouldn't it be hard to lift this kind of limitations?

One fairly trivial solution:

We could add before-beginning-of-buffer-hook and
after-end-of-buffer-hook which are hooks which are run when point is
moved backwards when (bolp) or forwards at (eobp).  These could be
setup to jump to the proper position in the "parent window".

There could also be explicit bindings for this, e.g. M-left and M-right.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]