unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17819: 24.3.91; (void-function mouse--remap-link-click-p) in mouse-drag-line
@ 2014-06-20 16:09 Nicolas Richard
  2014-06-20 17:27 ` martin rudalics
  2014-06-20 18:36 ` Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Richard @ 2014-06-20 16:09 UTC (permalink / raw)
  To: 17819

from emacs -Q :
1. M-x package-list-packages RET
2. Double click on "Package" (first column header)

The error is :
Debugger entered--Lisp error: (void-function mouse--remap-link-click-p)
  mouse--remap-link-click-p
  mouse-drag-line
  mouse-drag-header-line
  call-interactively
  command-execute

(I removed the arguments, they weren't useful.)

The ChangeLog mentions that the function was removed on 2013-03-09.
The relevant commit is :

Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date:   Fri Mar 8 23:15:53 2013 -0500

    Separate mouse-1-click-follows-link from mouse-drag-region.
    * lisp/mouse.el (mouse--down-1-maybe-follows-link): New function.
    (key-translation-map): Use it to implement mouse-1-click-follows-link.
    (mouse-drag-line, mouse-drag-track): Remove mouse-1-click-follows-link code.
    (mouse--remap-link-click-p): Remove.
    * src/keyboard.c (access_keymap_keyremap): Accept nil return value from
    functions to mean "no change".
    * src/keyboard.h (EVENT_START, EVENT_END, POSN_WINDOW, POSN_POSN)
    (POSN_WINDOW_POSN, POSN_TIMESTAMP): Be careful since events may come
    from Elisp via unread-command-events.

-- 
Nico.





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

* bug#17819: 24.3.91; (void-function mouse--remap-link-click-p) in mouse-drag-line
  2014-06-20 16:09 bug#17819: 24.3.91; (void-function mouse--remap-link-click-p) in mouse-drag-line Nicolas Richard
@ 2014-06-20 17:27 ` martin rudalics
  2014-06-20 18:36 ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: martin rudalics @ 2014-06-20 17:27 UTC (permalink / raw)
  To: Nicolas Richard, 17819

 > The error is :
 > Debugger entered--Lisp error: (void-function mouse--remap-link-click-p)
 >    mouse--remap-link-click-p
 >    mouse-drag-line
 >    mouse-drag-header-line
 >    call-interactively
 >    command-execute

I inadvertently reintroduced code that was removed by Stefan earlier.
Should be fixed with revision 117267 on the emacs-24 branch.

Thanks for the report, martin





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

* bug#17819: 24.3.91; (void-function mouse--remap-link-click-p) in mouse-drag-line
  2014-06-20 16:09 bug#17819: 24.3.91; (void-function mouse--remap-link-click-p) in mouse-drag-line Nicolas Richard
  2014-06-20 17:27 ` martin rudalics
@ 2014-06-20 18:36 ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2014-06-20 18:36 UTC (permalink / raw)
  To: Nicolas Richard; +Cc: 17819

> 1. M-x package-list-packages RET
> 2. Double click on "Package" (first column header)
> The error is :
> Debugger entered--Lisp error: (void-function mouse--remap-link-click-p)

Martin and I stepped on each other's toes a few times along the way, but
I think it's fixed now, thank you,


        Stefan





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

end of thread, other threads:[~2014-06-20 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-20 16:09 bug#17819: 24.3.91; (void-function mouse--remap-link-click-p) in mouse-drag-line Nicolas Richard
2014-06-20 17:27 ` martin rudalics
2014-06-20 18:36 ` 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).