GNU bug report logs -
#18864
24.4; F4 may be inserted into emacs macro when blink-matching-paren is enabled
Previous Next
Reported by: Andreas Ehliar <ehliar <at> isy.liu.se>
Date: Tue, 28 Oct 2014 07:15:04 UTC
Severity: normal
Found in version 24.4
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18864 in the body.
You can then email your comments to 18864 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18864
; Package
emacs
.
(Tue, 28 Oct 2014 07:15:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Ehliar <ehliar <at> isy.liu.se>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 28 Oct 2014 07:15:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Starting from emacs -Q:
* Open an html file (e.g. /tmp/foo.html)
* Type <b
* Start a macro with F3
* Quickly enter > followed by F4
* M-x edit-last-kbd-macro now shows that F4 has been inserted into the
macro.
I believe that this bug is, in some way, caused by
blink-matching-paren.
F4 only seems to be entered into the macro when the preceding "<" is
highlighted.
Also, I cannot reproduce the bug when setting blink-matching-paren to
nil.
I originally saw this problem in 24.3, but I have just compiled 24.4
to confirm that the bug is still present there.
In GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9)
of 2014-10-27 on yendor
Windowing system distributor `Fedora Project', version 11.0.11404000
Configured using:
`configure --prefix=/home/ehliar --with-x-toolkit=gtk3'
Important settings:
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: @im=ibus
locale-coding-system: utf-8-unix
Major mode: HTML
Minor modes in effect:
tooltip-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
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
C-a C-k C-x C-f C-a C-k / t m p / f o o . h t m l <return>
C-k < b <f3> > <f4> <f4> C-_ C-_ C-SPC C-p C-f C-f
C-w C-f C-f <return> <backspace> <backspace> <escape>
: ( s e t q SPC b l i n k - m a t c h i n g - p a r
e n SPC n i l ) <return> < b <f3> > <f4> <f4> C-_ C-_
M-x r e p o r t - b u g <return>
Recent messages:
Defining kbd macro...
Keyboard macro defined
After 0 kbd macro iterations: jit-lock-after-change: Variable binding
depth exceeds max-specpdl-size
Undo! [2 times]
Mark set
call-interactively: End of buffer
nil
Defining kbd macro...
Keyboard macro defined
Undo! [2 times]
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822
mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils kmacro sgml-mode time-date
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech
european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face
macroexp
files text-properties overlay sha1 md5 base64 format env code-pages
mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)
Memory information:
((conses 16 75309 7418)
(symbols 48 17875 0)
(miscs 40 44 163)
(strings 32 10582 4360)
(string-bytes 1 275454)
(vectors 16 9233)
(vector-slots 8 387590 15134)
(floats 8 64 128)
(intervals 56 192 0)
(buffers 960 12)
(heap 1024 40355 942))
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18864
; Package
emacs
.
(Tue, 01 Mar 2016 16:12:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 18864 <at> debbugs.gnu.org (full text, mbox):
On 2014-10-27, at 11:28, Andreas Ehliar <ehliar <at> isy.liu.se> wrote:
> Starting from emacs -Q:
> * Open an html file (e.g. /tmp/foo.html)
> * Type <b
> * Start a macro with F3
> * Quickly enter > followed by F4
> * M-x edit-last-kbd-macro now shows that F4 has been inserted into the
> macro.
>
> I believe that this bug is, in some way, caused by
> blink-matching-paren.
> F4 only seems to be entered into the macro when the preceding "<" is
> highlighted.
>
> Also, I cannot reproduce the bug when setting blink-matching-paren to
> nil.
>
> I originally saw this problem in 24.3, but I have just compiled 24.4
> to confirm that the bug is still present there.
Hello,
I have just tried to reproduce it on GNU Emacs 25.1.50.4 (commit
f182640), and could not. Could you confirm that this is no longer
a problem? (If you do not want to compile Emacs from the Git repo,
maybe try the latest pretest, see
http://alpha.gnu.org/gnu/emacs/pretest/)
Best,
--
Marcin Borkowski
Reply sent
to
Stefan Kangas <stefan <at> marxist.se>
:
You have taken responsibility.
(Mon, 30 Sep 2019 01:50:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andreas Ehliar <ehliar <at> isy.liu.se>
:
bug acknowledged by developer.
(Mon, 30 Sep 2019 01:50:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 18864-done <at> debbugs.gnu.org (full text, mbox):
Marcin Borkowski <mbork <at> mbork.pl> writes:
> On 2014-10-27, at 11:28, Andreas Ehliar <ehliar <at> isy.liu.se> wrote:
>
>> Starting from emacs -Q:
>> * Open an html file (e.g. /tmp/foo.html)
>> * Type <b
>> * Start a macro with F3
>> * Quickly enter > followed by F4
>> * M-x edit-last-kbd-macro now shows that F4 has been inserted into the
>> macro.
>>
>> I believe that this bug is, in some way, caused by
>> blink-matching-paren.
>> F4 only seems to be entered into the macro when the preceding "<" is
>> highlighted.
>>
>> Also, I cannot reproduce the bug when setting blink-matching-paren to
>> nil.
>>
>> I originally saw this problem in 24.3, but I have just compiled 24.4
>> to confirm that the bug is still present there.
>
> Hello,
>
> I have just tried to reproduce it on GNU Emacs 25.1.50.4 (commit
> f182640), and could not. Could you confirm that this is no longer
> a problem? (If you do not want to compile Emacs from the Git repo,
> maybe try the latest pretest, see
> http://alpha.gnu.org/gnu/emacs/pretest/)
More information was requested, but none was given within close to 4
years, so I'm closing this bug report. If this is still an issue,
please reopen the bug report.
Best regards,
Stefan Kangas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 28 Oct 2019 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 314 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.