Lisp HUG Maillist Archive

Delivered editor panes in 4.3 vs. 4.2

Hi!

The following two programs basically have the same code but the first
one was delivered with LW 4.2.7, the second one with LW 4.3.6:

  <http://weitz.de/files/regex-coach-0.5.4.exe>
  <http://weitz.de/files/regex-coach.exe>

Both were delivered with the same delivery script (level 5) and the
EDITOR-COMMANDS-TO-KEEP keyword argument includes commands like
"Beginning Of Buffer Extending Selection" and "End Of Buffer Extending
Selection" which are available as Shift-HOME and Shift-END on
Windows. However, these commands are only available in the 4.2
version, none of the Shift commands to extend a selection work in the
4.3 version.

What's the reason for this? Do I have to check my code or is this a
known issue with 4.3? Maybe I have to provide more options to the
DELIVER function?

Thanks,
Edi.


Re: Delivered editor panes in 4.3 vs. 4.2

Hello Edi,

|...snip...| 
| 
| Both were delivered with the same delivery script (level 5) and the
| EDITOR-COMMANDS-TO-KEEP keyword argument includes commands like
| "Beginning Of Buffer Extending Selection" and "End Of Buffer Extending
| Selection" which are available as Shift-HOME and Shift-END on
| Windows. However, these commands are only available in the 4.2
| version, none of the Shift commands to extend a selection work in the
| 4.3 version.
| 
| What's the reason for this? Do I have to check my code or is this a
| known issue with 4.3? Maybe I have to provide more options to the
| DELIVER function?

AFAIK, in 4.3 these commands were renamed to
    "Beginning Of Buffer Modifying Selection" 
    "End Of Buffer Modifying Selection"

BTW, some people used to bind Shift-HOME to
    "Beginning of Line Modifying Selection"
:-)
--
Sincerely,
Dmitri Ivanov
www.ystok.ru


Re: Delivered editor panes in 4.3 vs. 4.2

Unable to parse email body. Email id is 1472

Re: Delivered editor panes in 4.3 vs. 4.2

On Wed, 29 Oct 2003 11:15:37 +0300, "Dmitri Ivanov" <divanov@aha.ru> wrote:

> AFAIK, in 4.3 these commands were renamed to
>     "Beginning Of Buffer Modifying Selection" 
>     "End Of Buffer Modifying Selection"

Ahh, that must be it! I'll try it out. Thanks.

> BTW, some people used to bind Shift-HOME to
>     "Beginning of Line Modifying Selection"
> :-)

Really? It shows that I almost never use Windows.

Thanks again,
Edi.


Updated at: 2020-12-10 08:59 UTC