unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10004: Subject: 23.1; dired jump other window, opens dired in same window
@ 2011-11-09 14:25 Mike Fitzgerald
  2011-11-09 17:20 ` Glenn Morris
  2011-11-09 18:15 ` Drew Adams
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Fitzgerald @ 2011-11-09 14:25 UTC (permalink / raw)
  To: 10004

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@MFITZGERALD-LPT>
To: bug-gnu-emacs@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@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.





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

* bug#10004: Subject: 23.1; dired jump other window, opens dired in same window
  2011-11-09 14:25 bug#10004: Subject: 23.1; dired jump other window, opens dired in same window Mike Fitzgerald
@ 2011-11-09 17:20 ` Glenn Morris
  2011-11-09 17:40   ` Mike Fitzgerald
  2011-11-09 18:15 ` Drew Adams
  1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2011-11-09 17:20 UTC (permalink / raw)
  To: Mike Fitzgerald; +Cc: 10004

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





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

* bug#10004: Subject: 23.1; dired jump other window, opens dired in same window
  2011-11-09 17:20 ` Glenn Morris
@ 2011-11-09 17:40   ` Mike Fitzgerald
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Fitzgerald @ 2011-11-09 17:40 UTC (permalink / raw)
  To: Glenn Morris

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@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
>





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

* bug#10004: Subject: 23.1; dired jump other window, opens dired in same window
  2011-11-09 14:25 bug#10004: Subject: 23.1; dired jump other window, opens dired in same window Mike Fitzgerald
  2011-11-09 17:20 ` Glenn Morris
@ 2011-11-09 18:15 ` Drew Adams
  1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2011-11-09 18:15 UTC (permalink / raw)
  To: 'Mike Fitzgerald', 10004

> 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@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.






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

end of thread, other threads:[~2011-11-09 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 14:25 bug#10004: Subject: 23.1; dired jump other window, opens dired in same window Mike Fitzgerald
2011-11-09 17:20 ` Glenn Morris
2011-11-09 17:40   ` Mike Fitzgerald
2011-11-09 18:15 ` Drew Adams

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).