GNU bug report logs -
#10004
Subject: 23.1; dired jump other window, opens dired in same window
Previous Next
Reported by: Mike Fitzgerald <mikef656 <at> gmail.com>
Date: Wed, 9 Nov 2011 17:04:03 UTC
Severity: minor
Tags: notabug
Done: Glenn Morris <rgm <at> gnu.org>
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 10004 in the body.
You can then email your comments to 10004 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#10004
; Package
emacs
.
(Wed, 09 Nov 2011 17:04:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mike Fitzgerald <mikef656 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 09 Nov 2011 17:04:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
C-x 4 j d and C-x 4 j j
Opens DIRED in the same window?
Tried updating all the Bookmarks+ files and restarting EMACS issue persists.
Thanks
Mike F
From: <mfitzgerald <at> MFITZGERALD-LPT>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1; dired jump other window, opens dired in same window
--text follows this line--
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 bug-gnu-emacs <at> gnu.org mailing list,
and to the gnu.emacs.bug news group.
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
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
c:/Users/mfitzgerald/Downloads/EMACS/emacs-23.1-bin-i386/emacs-23.1/etc/DEBUG
for instructions.
In GNU Emacs 23.1.1 (i386-mingw-nt6.1.7600)
of 2009-07-29 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 6.1.7600
configured using `configure --with-gcc (4.4)'
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: ENU
value of $XMODIFIERS: nil
locale-coding-system: cp1252
default-enable-multibyte-characters: t
Major mode: Dired by name
Minor modes in effect:
Info-breadcrumbs-in-mode-line-mode: t
shell-dirtrack-mode: t
global-undo-tree-mode: t
show-paren-mode: t
real-global-auto-complete-mode: t
global-auto-complete-mode: t
auto-complete-mode: t
recentf-mode: t
global-hl-line-mode: t
global-linum-mode: t
linum-mode: t
cua-mode: t
tooltip-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-encryption-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<S-f11> <C-tab> C-x 3 C-x o C-x o <C-down> <C-down>
<C-down> C-x 4 j d d <tab> d e <tab> <return> <help-echo>
<down-mouse-1> <mouse-1> M-X r e p o r t <return>
Recent messages:
Scanning directory for source files ...
VHDL Mode 3.33.6. See menu for documentation and release notes.
Scanning directory for source files ...
VHDL Mode 3.33.6. See menu for documentation and release notes.
Scanning directory for source files ...
VHDL Mode 3.33.6. See menu for documentation and release notes.
Scanning directory for source files ...
VHDL Mode 3.33.6. See menu for documentation and release notes.
Scanning directory for source files ...
VHDL Mode 3.33.6. See menu for documentation and release notes.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10004
; Package
emacs
.
(Wed, 09 Nov 2011 17:21:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 10004 <at> debbugs.gnu.org (full text, mbox):
Mike Fitzgerald wrote:
> C-x 4 j d and C-x 4 j j
> Opens DIRED in the same window?
It works for me in Emacs 23.1, 23.3, and the current trunk, on GNU/Linux.
I tested with:
emacs -Q -l dired-x
C-x 4 C-j ; (BTW, your keybindings above seem to be wrong)
Please give a recipe starting from emacs -Q that shows the problem.
> Tried updating all the Bookmarks+ files and restarting EMACS issue persists.
Sounds like you are using some add-on that is not part of Emacs.
> In GNU Emacs 23.1.1 (i386-mingw-nt6.1.7600)
> of 2009-07-29 on SOFT-MJASON
> Windowing system distributor `Microsoft Corp.', version 6.1.7600
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10004
; Package
emacs
.
(Wed, 09 Nov 2011 18:13:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 10004 <at> debbugs.gnu.org (full text, mbox):
Hi Glenn,
I mis-stated the command that seems to be opening in the same window.
Trying to be prompted for the bookmarked dired buffer to jump to.
EMACS behaves as you stated when started with emacs -Q -l dired-x
-C-x 4 C-j works,
-C-x 4 j gives a message "C-x 4 is undefined"
When I start normally
-C-x 4 C-j works fine
The binding is correct however is defined in a differnt lib and command
Here as a C-h k result
C-x 4 j d runs the command bmkp-dired-jump-other-window, which is an
interactive Lisp function in `bookmark+-1.el'.
It is bound to C-x 4 j d, <menu-bar> <search> <bookmark> <bmkp-jump>
<bmkp-dired-jump-other-window>.
(bmkp-dired-jump-other-window bookmark-name &optional use-region-p)
`bmkp-dired-jump', but in another window.
Is this a D. Addams lib??
Thanks
Mike
On Wed, Nov 9, 2011 at 11:20 AM, Glenn Morris <rgm <at> gnu.org> wrote:
> Mike Fitzgerald wrote:
>
>> C-x 4 j d and C-x 4 j j
>> Opens DIRED in the same window?
>
> It works for me in Emacs 23.1, 23.3, and the current trunk, on GNU/Linux.
> I tested with:
>
> emacs -Q -l dired-x
> C-x 4 C-j ; (BTW, your keybindings above seem to be wrong)
>
> Please give a recipe starting from emacs -Q that shows the problem.
>
>> Tried updating all the Bookmarks+ files and restarting EMACS issue persists.
>
> Sounds like you are using some add-on that is not part of Emacs.
>
>> In GNU Emacs 23.1.1 (i386-mingw-nt6.1.7600)
>> of 2009-07-29 on SOFT-MJASON
>> Windowing system distributor `Microsoft Corp.', version 6.1.7600
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10004
; Package
emacs
.
(Wed, 09 Nov 2011 18:16:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 10004 <at> debbugs.gnu.org (full text, mbox):
> C-x 4 j d and C-x 4 j j
> Opens DIRED in the same window?
> Tried updating all the Bookmarks+ files and restarting EMACS
> issue persists.
Hi Mike,
Sounds like a Bookmark+ problem, not an Emacs problem.
Please do this:
1. Remove 10004 <at> debbugs.gnu.org from the To/Cc list, until and unless we
determine that there is a vanilla Emacs problem.
2. Email me directly as much info as you can, preferably a recipe starting from
`emacs -Q' (no init file), loading the Bookmark+ source files (not
byte-compiled).
We'll take it from there, off list, to try to find the problem.
I don't see the problem here, so far. Do _any_ of the `C-x 4 j' bindings open
bookmarks in another window for you? I assume that those keys are in fact bound
to the *-other-window commands, but please check (`C-h k').
Thx - Drew.
bug closed, send any further explanations to
10004 <at> debbugs.gnu.org and Mike Fitzgerald <mikef656 <at> gmail.com>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 09 Nov 2011 18:22:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 08 Dec 2011 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.