all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#72490: edt emulation
@ 2024-08-06  8:28 Angelo Borsotti
  2024-08-12 22:18 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-08-17  9:13 ` Eli Zaretskii
  0 siblings, 2 replies; 5+ messages in thread
From: Angelo Borsotti @ 2024-08-06  8:28 UTC (permalink / raw)
  To: 72490

[-- Attachment #1: Type: text/plain, Size: 3872 bytes --]

From: angelo.borsotti@gmail.com
To: bug-gnu-emacs@gnu.org
Subject: 29.4; edt emulation
--text follows this line--

Hello,

I have just downloaded emacs 29.4, and run the edt emulation.
Emacs prompts me to define the keyboard mapping, which I did.
It saves it in my home\appdata\roaming, withe name .emacs-gnu-W32-keys,
which is different from the one indicated in th documentation.
This, seemingly, is not important because when I run emacs again,
it loads it anyway.
The problem is that the arrows do not work!
If I run emacs, and enter M-x edt-emulation-on and C-h k <right arrow>
it displays:

<right> runs the command edt-cut, which is an interactive
native-compiled Lisp function in ‘edt.el’.

It is bound to <right>.

(edt-cut)

Deletes selected text but copies to kill ring.

How can I solve the problem?


In GNU Emacs 29.4 (build 2, x86_64-w64-mingw32) of 2024-07-05 built on
 AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.19045
System Description: Microsoft Windows 10 Pro (v10.0.2009.19045.4651)

Configured using:
 'configure --with-modules --without-dbus --with-native-compilation=aot
 --without-compress-install --with-sqlite3 --with-tree-sitter
 CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB

(NATIVE_COMP present but libgccjit not available)

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: Messages

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(pp shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils time-date subr-x shortdoc
text-property-search help-fns radix-tree help-mode cl-loaddefs cl-lib
edt picture ehelp rmc iso-transl tooltip cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel dos-w32
ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button
loaddefs theme-loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget keymap hashtable-print-readable backquote threads
w32notify w32 lcms2 multi-tty make-network-process native-compile emacs)

Memory information:
((conses 16 69706 12307)
 (symbols 48 5769 4)
 (strings 32 18300 1292)
 (string-bytes 1 485882)
 (vectors 16 12264)
 (vector-slots 8 284398 17118)
 (floats 8 104 122)
 (intervals 56 629 6)
 (buffers 984 16))

[-- Attachment #2: Type: text/html, Size: 4464 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72490: edt emulation
  2024-08-06  8:28 bug#72490: edt emulation Angelo Borsotti
@ 2024-08-12 22:18 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-08-17  9:13 ` Eli Zaretskii
  1 sibling, 0 replies; 5+ messages in thread
From: Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-08-12 22:18 UTC (permalink / raw)
  To: Angelo Borsotti; +Cc: 72490

Angelo Borsotti <angelo.borsotti@gmail.com> writes:

> From: angelo.borsotti@gmail.com
> To: bug-gnu-emacs@gnu.org
> Subject: 29.4; edt emulation
> --text follows this line--
>
> Hello,
>
> I have just downloaded emacs 29.4, and run the edt emulation.
> Emacs prompts me to define the keyboard mapping, which I did.
> It saves it in my home\appdata\roaming, withe name
> .emacs-gnu-W32-keys,
> which is different from the one indicated in th documentation.
> This, seemingly, is not important because when I run emacs again,
> it loads it anyway.
> The problem is that the arrows do not work!

What is the expected behaviour in this situation?

> If I run emacs, and enter M-x edt-emulation-on and C-h k <right
> arrow>
> it displays:
>
> <right> runs the command edt-cut, which is an interactive
> native-compiled Lisp function in ‘edt.el’.
>
> It is bound to <right>.
>
> (edt-cut)
>
> Deletes selected text but copies to kill ring.
>
> How can I solve the problem?
>
>
> In GNU Emacs 29.4 (build 2, x86_64-w64-mingw32) of 2024-07-05 built
> on
>  AVALON
> Windowing system distributor 'Microsoft Corp.', version 10.0.19045
> System Description: Microsoft Windows 10 Pro (v10.0.2009.19045.4651)
>
> Configured using:
>  'configure --with-modules --without-dbus --with-native-compilation=
> aot
>  --without-compress-install --with-sqlite3 --with-tree-sitter
>  CFLAGS=-O2'
>
> Configured features:
> ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES
> NATIVE_COMP
> NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
> TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB
>
> (NATIVE_COMP present but libgccjit not available)
>
> Important settings:
>   value of $LANG: ENU
>   locale-coding-system: cp1252
>
> Major mode: Messages
>
> Minor modes in effect:
>   tooltip-mode: t
>   global-eldoc-mode: t
>   show-paren-mode: t
>   electric-indent-mode: t
>   mouse-wheel-mode: t
>   tool-bar-mode: t
>   menu-bar-mode: t
>   file-name-shadow-mode: t
>   global-font-lock-mode: t
>   font-lock-mode: t
>   blink-cursor-mode: t
>   buffer-read-only: t
>   line-number-mode: t
>   indent-tabs-mode: t
>   transient-mark-mode: t
>   auto-composition-mode: t
>   auto-encryption-mode: t
>   auto-compression-mode: t
>
> Load-path shadows:
> None found.
>
> Features:
> (pp shadow sort mail-extr emacsbug message mailcap yank-media puny
> dired
> dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg
> rfc6068
> epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231
> mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
> mm-util mail-prsvr mail-utils time-date subr-x shortdoc
> text-property-search help-fns radix-tree help-mode cl-loaddefs cl-lib
> edt picture ehelp rmc iso-transl tooltip cconv eldoc paren electric
> uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
> dos-w32
> ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win
> tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
> newcomment text-mode lisp-mode prog-mode register page tab-bar
> menu-bar
> rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
> font-lock syntax font-core term/tty-colors frame minibuffer nadvice
> seq
> simple cl-generic indonesian philippine cham georgian utf-8-lang
> misc-lang vietnamese tibetan thai tai-viet lao korean japanese
> eucjp-ms
> cp51932 hebrew greek romanian slovak czech european ethiopic indian
> cyrillic chinese composite emoji-zwj charscript charprop case-table
> epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded
> button
> loaddefs theme-loaddefs faces cus-face macroexp files window
> text-properties overlay sha1 md5 base64 format env code-pages mule
> custom widget keymap hashtable-print-readable backquote threads
> w32notify w32 lcms2 multi-tty make-network-process native-compile
> emacs)
>
> Memory information:
> ((conses 16 69706 12307)
>  (symbols 48 5769 4)
>  (strings 32 18300 1292)
>  (string-bytes 1 485882)
>  (vectors 16 12264)
>  (vector-slots 8 284398 17118)
>  (floats 8 104 122)
>  (intervals 56 629 6)
>  (buffers 984 16))





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72490: edt emulation
  2024-08-06  8:28 bug#72490: edt emulation Angelo Borsotti
  2024-08-12 22:18 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-08-17  9:13 ` Eli Zaretskii
  2024-08-17 12:47   ` Angelo Borsotti
  2024-08-31  8:01   ` Eli Zaretskii
  1 sibling, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2024-08-17  9:13 UTC (permalink / raw)
  To: Angelo Borsotti; +Cc: 72490

> From: Angelo Borsotti <angelo.borsotti@gmail.com>
> Date: Tue, 6 Aug 2024 10:28:54 +0200
> 
> I have just downloaded emacs 29.4, and run the edt emulation.
> Emacs prompts me to define the keyboard mapping, which I did.
> It saves it in my home\appdata\roaming, withe name .emacs-gnu-W32-keys,
> which is different from the one indicated in th documentation.

Which documentation states differently, please?

> This, seemingly, is not important because when I run emacs again,
> it loads it anyway.
> The problem is that the arrows do not work!
> If I run emacs, and enter M-x edt-emulation-on and C-h k <right arrow>
> it displays:
> 
> <right> runs the command edt-cut, which is an interactive
> native-compiled Lisp function in ‘edt.el’.
> 
> It is bound to <right>.
> 
> (edt-cut)
> 
> Deletes selected text but copies to kill ring.
> 
> How can I solve the problem?

When you run the edt-mapper command, and it asks for the arrow keys,
you need to press the arrow keys on the numeric pad (and make sure
NumLock is OFF when you do).  Then the arrows will work in the EDT
emulation; at least they did for me.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72490: edt emulation
  2024-08-17  9:13 ` Eli Zaretskii
@ 2024-08-17 12:47   ` Angelo Borsotti
  2024-08-31  8:01   ` Eli Zaretskii
  1 sibling, 0 replies; 5+ messages in thread
From: Angelo Borsotti @ 2024-08-17 12:47 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 72490

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

Hi,

the expected behaviour is the usual one of the arrows: to move the caret.

-Angelo

On Sat, 17 Aug 2024 at 11:13, Eli Zaretskii <eliz@gnu.org> wrote:

> > From: Angelo Borsotti <angelo.borsotti@gmail.com>
> > Date: Tue, 6 Aug 2024 10:28:54 +0200
> >
> > I have just downloaded emacs 29.4, and run the edt emulation.
> > Emacs prompts me to define the keyboard mapping, which I did.
> > It saves it in my home\appdata\roaming, withe name .emacs-gnu-W32-keys,
> > which is different from the one indicated in th documentation.
>
> Which documentation states differently, please?
>
> > This, seemingly, is not important because when I run emacs again,
> > it loads it anyway.
> > The problem is that the arrows do not work!
> > If I run emacs, and enter M-x edt-emulation-on and C-h k <right arrow>
> > it displays:
> >
> > <right> runs the command edt-cut, which is an interactive
> > native-compiled Lisp function in ‘edt.el’.
> >
> > It is bound to <right>.
> >
> > (edt-cut)
> >
> > Deletes selected text but copies to kill ring.
> >
> > How can I solve the problem?
>
> When you run the edt-mapper command, and it asks for the arrow keys,
> you need to press the arrow keys on the numeric pad (and make sure
> NumLock is OFF when you do).  Then the arrows will work in the EDT
> emulation; at least they did for me.
>

[-- Attachment #2: Type: text/html, Size: 1921 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72490: edt emulation
  2024-08-17  9:13 ` Eli Zaretskii
  2024-08-17 12:47   ` Angelo Borsotti
@ 2024-08-31  8:01   ` Eli Zaretskii
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2024-08-31  8:01 UTC (permalink / raw)
  To: angelo.borsotti; +Cc: 72490-done

> Cc: 72490@debbugs.gnu.org
> Date: Sat, 17 Aug 2024 12:13:03 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > From: Angelo Borsotti <angelo.borsotti@gmail.com>
> > Date: Tue, 6 Aug 2024 10:28:54 +0200
> > 
> > I have just downloaded emacs 29.4, and run the edt emulation.
> > Emacs prompts me to define the keyboard mapping, which I did.
> > It saves it in my home\appdata\roaming, withe name .emacs-gnu-W32-keys,
> > which is different from the one indicated in th documentation.
> 
> Which documentation states differently, please?
> 
> > This, seemingly, is not important because when I run emacs again,
> > it loads it anyway.
> > The problem is that the arrows do not work!
> > If I run emacs, and enter M-x edt-emulation-on and C-h k <right arrow>
> > it displays:
> > 
> > <right> runs the command edt-cut, which is an interactive
> > native-compiled Lisp function in ‘edt.el’.
> > 
> > It is bound to <right>.
> > 
> > (edt-cut)
> > 
> > Deletes selected text but copies to kill ring.
> > 
> > How can I solve the problem?
> 
> When you run the edt-mapper command, and it asks for the arrow keys,
> you need to press the arrow keys on the numeric pad (and make sure
> NumLock is OFF when you do).  Then the arrows will work in the EDT
> emulation; at least they did for me.

No further comments, so I assume the above solved the issue, and I'm
therefore closing this bug.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-31  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06  8:28 bug#72490: edt emulation Angelo Borsotti
2024-08-12 22:18 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-17  9:13 ` Eli Zaretskii
2024-08-17 12:47   ` Angelo Borsotti
2024-08-31  8:01   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.