GNU bug report logs -
#3378
23.0.94; Debugger entered--Lisp error: (void-function x-own-selection-internal)
Previous Next
Reported by: Leo <sdl.web <at> gmail.com>
Date: Mon, 25 May 2009 21:45:03 UTC
Severity: normal
Done: David Reitter <david.reitter <at> gmail.com>
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 3378 in the body.
You can then email your comments to 3378 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3378
; Package
emacs
.
(Mon, 25 May 2009 21:45:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo <sdl.web <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 25 May 2009 21:45:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
1. use mouse to select some text
2. while you are still dragging the mouse, hold down COMMAND key.
Command is set to meta by (setq mac-command-modifier 'meta) in my
setting.
I can get the following backtrace:
Debugger entered--Lisp error: (void-function x-own-selection-internal)
x-own-selection-internal(SECONDARY #("for notes you don't want to save, and for Lisp evaluation.\n;; If you want to create a file, visit that file with C-x C-f,\n;; then enter the text in that" 0 59 (fontified t face font-lock-comment-face) 59 62 (fontified t face font-lock-comment-delimiter-face) 62 122 (fontified t face font-lock-comment-face) 122 125 (fontified t face font-lock-comment-delimiter-face) 125 152 (fontified t face font-lock-comment-face)))
x-set-selection(SECONDARY #("for notes you don't want to save, and for Lisp evaluation.\n;; If you want to create a file, visit that file with C-x C-f,\n;; then enter the text in that" 0 59 (fontified t face font-lock-comment-face) 59 62 (fontified t face font-lock-comment-delimiter-face) 62 122 (fontified t face font-lock-comment-face) 122 125 (fontified t face font-lock-comment-delimiter-face) 125 152 (fontified t face font-lock-comment-face)))
mouse-set-secondary((M-drag-mouse-1 (#<window 217 on *scratch*> 19 (147 . 6) 248096730 nil 19 (18 . 0) nil (3 . 6) (8 . 16)) (#<window 217 on *scratch*> 171 (247 . 33) 248097706 nil 171 (30 . 2) nil (7 . 1) (8 . 16))))
call-interactively(mouse-set-secondary nil nil)
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.
In GNU Emacs 23.0.94.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
of 2009-05-23 on 200.sub-75-216-116.myvzw.com
Windowing system distributor `Apple', version 10.3.949
configured using `configure '--with-ns''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default-enable-multibyte-characters: t
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3378
; Package
emacs
.
(Thu, 28 May 2009 00:00:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ian Eure <ian <at> digg.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Thu, 28 May 2009 00:00:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 3378 <at> emacsbugs.donarmstrong.com (full text, mbox):
I can reproduce here with -Q. Drag around the *scratch* buffer while
pressing meta.
Here's the backtrace:
Debugger entered--Lisp error: (void-function x-own-selection-internal)
x-own-selection-internal(SECONDARY #("nt to save, and for Lisp
evaluation.\n;; If you want to create a file, visit that file with C-x
C-f,\n;; then enter the text in that file's own buf" 0 37 (fontified t
face font-lock-comment-face) 37 40 (fontified t face font-lock-comment-
delimiter-face) 40 100 (fontified t face font-lock-comment-face) 100
103 (fontified t face font-lock-comment-delimiter-face) 103 145
(fontified t face font-lock-comment-face)))
x-set-selection(SECONDARY #("nt to save, and for Lisp evaluation.
\n;; If you want to create a file, visit that file with C-x C-f,\n;;
then enter the text in that file's own buf" 0 37 (fontified t face
font-lock-comment-face) 37 40 (fontified t face font-lock-comment-
delimiter-face) 40 100 (fontified t face font-lock-comment-face) 100
103 (fontified t face font-lock-comment-delimiter-face) 103 145
(fontified t face font-lock-comment-face)))
mouse-drag-secondary((M-down-mouse-1 (#<window 3 on *scratch*> 186
(315 . 41) 112283825 nil 186 (45 . 2) nil (0 . 11) (7 . 15))))
call-interactively(mouse-drag-secondary nil nil)
The problem seems to be that x-own-selection-internal isn't available
on non-X11 windowing systems (it's ns-own-selection-internal), but it
called by x-set-selection.
Maybe this needs to be aliased to x-own-selection-internal; I know
other NS-specific functions have x- aliases for compatibility.
- Ian
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3378
; Package
emacs
.
(Thu, 28 May 2009 00:20:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Reitter <david.reitter <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Thu, 28 May 2009 00:20:04 GMT)
Full text and
rfc822 format available.
Message #15 received at 3378 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
On May 27, 2009, at 7:54 PM, Ian Eure wrote:
> The problem seems to be that x-own-selection-internal isn't
> available on non-X11 windowing systems (it's ns-own-selection-
> internal), but it called by x-set-selection.
>
> Maybe this needs to be aliased to x-own-selection-internal; I know
> other NS-specific functions have x- aliases for compatibility.
I suspect so. Please make sure that x- and ns- functions do the same
thing, then alias it. If you post a patch, I can install it.
- D
[smime.p7s (application/pkcs7-signature, attachment)]
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3378
; Package
emacs
.
(Thu, 28 May 2009 01:50:03 GMT)
Full text and
rfc822 format available.
Message #18 received at 3378 <at> emacsbugs.donarmstrong.com (full text, mbox):
Ian Eure <ian <at> digg.com> writes:
> I can reproduce here with -Q. Drag around the *scratch* buffer while
> pressing meta.
>
> Here's the backtrace:
>
> Debugger entered--Lisp error: (void-function x-own-selection-internal)
> x-own-selection-internal(SECONDARY #("nt to save, and for Lisp
> evaluation.\n;; If you want to create a file, visit that file with C-x
> C-f,\n;; then enter the text in that file's own buf" 0 37 (fontified t
> face font-lock-comment-face) 37 40 (fontified t face
> font-lock-comment-
> delimiter-face) 40 100 (fontified t face font-lock-comment-face) 100
> 103 (fontified t face font-lock-comment-delimiter-face) 103 145
> (fontified t face font-lock-comment-face)))
> x-set-selection(SECONDARY #("nt to save, and for Lisp evaluation.
> \n;; If you want to create a file, visit that file with C-x C-f,\n;;
> then enter the text in that file's own buf" 0 37 (fontified t face
> font-lock-comment-face) 37 40 (fontified t face font-lock-comment-
> delimiter-face) 40 100 (fontified t face font-lock-comment-face) 100
> 103 (fontified t face font-lock-comment-delimiter-face) 103 145
> (fontified t face font-lock-comment-face)))
> mouse-drag-secondary((M-down-mouse-1 (#<window 3 on *scratch*> 186
> (315 . 41) 112283825 nil 186 (45 . 2) nil (0 . 11) (7 . 15))))
> call-interactively(mouse-drag-secondary nil nil)
>
>
> The problem seems to be that x-own-selection-internal isn't available
> on non-X11 windowing systems (it's ns-own-selection-internal), but it
> called by x-set-selection.
>
> Maybe this needs to be aliased to x-own-selection-internal; I know
> other NS-specific functions have x- aliases for compatibility.
There's no need to add overhead with an alias, just needs to be renamed
to x-own-selection-internal.
I probably missed this one when renaming `x-disown-selection-internal'
and other similar things.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3378
; Package
emacs
.
(Thu, 28 May 2009 17:35:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo <sdl.web <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Thu, 28 May 2009 17:35:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 3378 <at> emacsbugs.donarmstrong.com (full text, mbox):
On 2009-05-28 02:44 +0100, Dan Nicolaescu wrote:
> There's no need to add overhead with an alias, just needs to be
> renamed to x-own-selection-internal. I probably missed this one when
> renaming `x-disown-selection-internal' and other similar things.
In this case, could someone with CVS write access fix the bug? Thank
you.
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3378
; Package
emacs
.
(Fri, 05 Jun 2009 14:20:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Reitter <david.reitter <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 05 Jun 2009 14:20:04 GMT)
Full text and
rfc822 format available.
Message #28 received at 3378 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
On May 28, 2009, at 1:27 PM, Leo wrote:
> On 2009-05-28 02:44 +0100, Dan Nicolaescu wrote:
>> There's no need to add overhead with an alias, just needs to be
>> renamed to x-own-selection-internal. I probably missed this one when
>> renaming `x-disown-selection-internal' and other similar things.
>
> In this case, could someone with CVS write access fix the bug? Thank
> you.
I have just checked in a fix.
[smime.p7s (application/pkcs7-signature, attachment)]
Reply sent
to
David Reitter <david.reitter <at> gmail.com>
:
You have taken responsibility.
(Fri, 05 Jun 2009 14:20:06 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo <sdl.web <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 05 Jun 2009 14:20:07 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3378
; Package
emacs
.
(Fri, 05 Jun 2009 17:45:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo <sdl.web <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 05 Jun 2009 17:45:04 GMT)
Full text and
rfc822 format available.
Message #38 received at 3378 <at> emacsbugs.donarmstrong.com (full text, mbox):
On 2009-06-05 15:14 +0100, David Reitter wrote:
>> In this case, could someone with CVS write access fix the bug? Thank
>> you.
>
> I have just checked in a fix.
Many thanks.
--
Leo's Emacs uptime: 3 days, 7 hours, 59 minutes, 13 seconds
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Sat, 04 Jul 2009 14:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.