* 23.0.60; Error when doing drag and drop into Dired
@ 2008-03-24 11:06 Mathias Dahl
0 siblings, 0 replies; only message in thread
From: Mathias Dahl @ 2008-03-24 11:06 UTC (permalink / raw)
To: emacs_pretest
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
emacs -Q
C-x d RET
M-x load-library RET dired-aux RET
M-: (setq dired-backup-overwrite 'ask) (you can use customize-variable
to set it too)
Now drag some file from your desktop (I am running GNOME) into the
dired buffer. I get the error:
(void-variable dired-overwrite-confirmed)
I looked at the code in dired-aux.el briefly and I cannot say what the
problem is exactly but it seems the code is a bit fishy, especially this line:
(defvar dired-overwrite-confirmed)
Shouldn't that variable at least get an initial value?
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
/home/mathias/prj/emacs/etc/DEBUG for instructions.
In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.0)
of 2008-03-13 on klibb
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure '--with-x-toolkit=gtk' '--with-gif=no'
'--with-dbus''
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: en_US.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: Dired by name
Minor modes in effect:
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
C-x C-f <backspace> <return> <help-echo> C-h f d i
e <backspace> r e d SPC o v e <tab> <backspace> <backspace>
<backspace> <tab> h a n <tab> <backspace> <backspace>
<backspace> c o p <tab> <return> <help-echo> <help-echo>
<help-echo> <down-mouse-1> <mouse-2> <down> <down>
<up> <right> <right> <right> C-s C-w C-w C-w C-s C-s
C-s C-s C-s C-s C-s C-s <down> C-u C-M-x <help-echo>
<help-echo> <help-echo> <help-echo> <up> <left> D y
e s <return> <help-echo> <down-mouse-1> <mouse-1> <down-mouse-1>
<mouse-1> C-x C-e <help-echo> <down-mouse-1> <mouse-1>
M-x c u s t o m i <tab> SPC o p <tab> <return> <return>
<down-mouse-1> <help-echo> <down-mouse-1> q <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar>
<help-menu> <send-emacs-bug-report>
Recent messages:
Edebug: dired-handle-overwrite
1 of 1 deletions
1 deletion done
nil
Creating customization items...
Creating customization items ...done
Resetting customization items...done
Creating customization setup...done
To install your edits, invoke [State] and choose the Set operation
Error: (void-variable dired-overwrite-confirmed)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-24 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 11:06 23.0.60; Error when doing drag and drop into Dired Mathias Dahl
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.