unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16410: 24.3.50; Edebug fails to remove overlay arrow when started from buffer with local overlay arrow, like *grep*
@ 2014-01-10 20:53 Anders Lindgren
  2014-01-11 12:12 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Anders Lindgren @ 2014-01-10 20:53 UTC (permalink / raw)
  To: 16410

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

Edebug fails to remove overlay arrow when started from buffer with local
overlay arrow, like *grep*

Steps to repeat:

    emacs -Q
    M-x grep RET GNU src/* RET                  (assuming Emacs was started
in the Emacs root)
    M-x next-error RET
    C-x C-f ../lisp/progmodes/compile.el RET
    C-s compilation-goto-locus ( C-a
    C-u C-M-x
    C-x b *grep* RET
    M-x next-error RET
    q

Now, the Edebug overlay arrow is still present in the "compile.el" buffer,
even though Edebug no longer is active.

Sincerely,
    Anders Lindgren


In GNU Emacs 24.3.50.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
 of 2014-01-09 on macpro.lan
Repository revision: 115931
monnier@iro.umontreal.ca-20140109015919-e2odlbm4kphig5ya
Windowing system distributor `Apple', version 10.3.1265
Configured using:
 `configure --with-ns'

Important settings:
  value of $LC_CTYPE: UTF-8
  locale-coding-system: utf-8-unix

Major mode: Grep

Minor modes in effect:
  shell-dirtrack-mode: t
  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
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x C-f C-g <escape> x g r e p <return> f p r <backspace>
<backspace> o r SPC s r c - <backspace> / * <return>
C-x C-f C-g C-x o <down> <down> <down> <down> <return>
C-x o C-h f c o m p i l a <tab> g o t <tab> <return>
C-e <left> C-x p C-x o C-e <left> <left> <left> <return>
<down> C-u <C-s-268632088> C-u C-M-x C-x b <return>
<down> C-a <up> <right> <return> g C-x b o m p <backspace>
<backspace> <backspace> c o m p <tab> <return> C-h
v e d e b u <backspace> <backspace> <backspace> <backspace>
<backspace> o v e r <tab> l <tab> a <tab> p o <tab>
<return> C-x o C-h v <up> <return> C-h v e m a v <backspace>
c z <backspace> s - b z <tab> <return> C-x p C-x o
C-x o <menu-bar> <help-menu> <send-emacs-bug-repor
t>

Recent messages:
uncompressing compile.el.gz...done
<C-s-268632088> is undefined
Edebug: compilation-goto-locus
Go...
Making completion list... [2 times]
Type "q" to restore previous buffer.

Grep exited abnormally with code 2

C-x p is undefined

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils pp edebug cl-loaddefs cl-lib jka-compr find-func
help-mode easymenu help-fns vc-bzr shell pcomplete grep compile comint
ansi-color ring time-date tooltip electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel ns-win 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 cocoa ns
multi-tty emacs)

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

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

* bug#16410: 24.3.50; Edebug fails to remove overlay arrow when started from buffer with local overlay arrow, like *grep*
  2014-01-10 20:53 bug#16410: 24.3.50; Edebug fails to remove overlay arrow when started from buffer with local overlay arrow, like *grep* Anders Lindgren
@ 2014-01-11 12:12 ` Eli Zaretskii
  2014-01-14  2:52   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2014-01-11 12:12 UTC (permalink / raw)
  To: Anders Lindgren; +Cc: 16410

> Date: Fri, 10 Jan 2014 21:53:36 +0100
> From: Anders Lindgren <andlind@gmail.com>
> 
> Edebug fails to remove overlay arrow when started from buffer with local
> overlay arrow, like *grep*
> 
> Steps to repeat:
> 
>     emacs -Q
>     M-x grep RET GNU src/* RET                  (assuming Emacs was started
> in the Emacs root)
>     M-x next-error RET
>     C-x C-f ../lisp/progmodes/compile.el RET
>     C-s compilation-goto-locus ( C-a
>     C-u C-M-x
>     C-x b *grep* RET
>     M-x next-error RET
>     q
> 
> Now, the Edebug overlay arrow is still present in the "compile.el" buffer,
> even though Edebug no longer is active.

FWIW, this is not a regression: I can see the same problem in 
Emacs 23.





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

* bug#16410: 24.3.50; Edebug fails to remove overlay arrow when started from buffer with local overlay arrow, like *grep*
  2014-01-11 12:12 ` Eli Zaretskii
@ 2014-01-14  2:52   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2014-01-14  2:52 UTC (permalink / raw)
  To: Anders Lindgren; +Cc: 16410-done

>> emacs -Q
>> M-x grep RET GNU src/* RET                  (assuming Emacs was started
>> in the Emacs root)
>> M-x next-error RET
>> C-x C-f ../lisp/progmodes/compile.el RET
>> C-s compilation-goto-locus ( C-a
>> C-u C-M-x
>> C-x b *grep* RET
>> M-x next-error RET
>> q
>> 
>> Now, the Edebug overlay arrow is still present in the "compile.el" buffer,
>> even though Edebug no longer is active.

I just installed a patch which should fix this, thank you,


        Stefan





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

end of thread, other threads:[~2014-01-14  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-10 20:53 bug#16410: 24.3.50; Edebug fails to remove overlay arrow when started from buffer with local overlay arrow, like *grep* Anders Lindgren
2014-01-11 12:12 ` Eli Zaretskii
2014-01-14  2:52   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).