emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#5551: marked as done (23.1.92; Dired shows wrong


From: Emacs bug Tracking System
Subject: [Emacs-bug-tracker] bug#5551: marked as done (23.1.92; Dired shows wrongly whole directory contents)
Date: Sun, 14 Feb 2010 09:32:02 +0000

Your message dated Sun, 14 Feb 2010 10:31:36 +0100
with message-id <address@hidden>
and subject line Re: bug#5551: 23.1.92; Dired shows wrongly whole directory 
contents
has caused the Emacs bug report #5551,
regarding 23.1.92; Dired shows wrongly whole directory contents
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5551: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5551
Emacs Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.1.92; Dired shows wrongly whole directory contents Date: Tue, 09 Feb 2010 13:42:04 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
According to the doc, dired shall show single file entries when called
with a list of file names. If a file name is a directory, this works OK
with remote directory names. But with local directory names, it shows
the whole directory contents, which is wrong. Example:

--8<---------------cut here---------------start------------->8---
(dired
 '("foo"
   "~/"
   "/ftp:address@hidden:/gnu/emacs/pretest/windows"))
--8<---------------cut here---------------end--------------->8---

results in

--8<---------------cut here---------------start------------->8---
  /home/albinus/lisp:
  total 2204
  drwxr-xr-x 47 albinus albinus   4096 2010-02-09 13:34 .
  drwxr-xr-x  4 root    root      4096 2009-01-26 13:38 ..
  lrwxrwxrwx  1 albinus albinus      7 2009-10-11 14:59 aaa -> /.emacs
  drwx------  3 albinus albinus   4096 2009-08-04 16:25 .arch-params

...

drwxr-xr-x    2 1003     1003         4096 Jan 03 13:40 
/ftp:address@hidden:/gnu/emacs/pretest/windows
--8<---------------cut here---------------end--------------->8---

But I would have expected

--8<---------------cut here---------------start------------->8---
  /home/albinus/lisp:
  total 2204
  drwxr-xr-x 47 albinus albinus   4096 2010-02-09 13:34 /home/albinus
  drwxr-xr-x  2 1003     1003     4096     Jan 03 13:40 
/ftp:address@hidden:/gnu/emacs/pretest/windows
--8<---------------cut here---------------end--------------->8---


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'.
For information about debugging Emacs, please read the file
/home/albinus/src/emacs/etc/DEBUG.


In GNU Emacs 23.1.92.4 (i686-pc-linux-gnu, GTK+ Version 2.16.1)
 of 2010-02-05 on ubuntu
Windowing system distributor `The X.Org Foundation', version 11.0.10600000
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: Text

Minor modes in effect:
  diff-auto-refine-mode: t
  display-time-mode: t
  shell-dirtrack-mode: t
  iswitchb-mode: t
  icomplete-mode: t
  partial-completion-mode: t
  show-paren-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
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<return> y q C-x 0 <down> <down> <down> <down> <down>
<down> <down> <down> C-x C-e C-x k <return> C-x 0 C-x
C-e C-x k <return> C-x 0 <down> <end> C-x C-e C-x k
<return> <up> <up> <down> <left> <left> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<down> <kp-2> <left> <left> <left> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<end> C-x C-e <end> <up> <return> C-x k <return> <up>
<return> <home> C-x k <return> <escape> x b u g <tab>
<kp-add> r e p o <tab> r <tab> <return>

Recent messages:
#<buffer foo>
Mark set
Doing CD...done
Listing /ftp:address@hidden:/gnu/emacs/pretest/...done
#<buffer foo>
Mark set
Doing CD...done
Listing /ftp:address@hidden:/gnu/emacs/pretest/windows/...done
if: File no longer exists; type `g' to update dired buffer
Mark set

Load-path shadows:
~/src/tramp/lisp/tramp-imap hides ~/lisp/tramp-imap
~/src/tramp/lisp/tramp-gvfs hides ~/lisp/tramp-gvfs
~/src/tramp/lisp/tramp-fish hides /usr/local/src/emacs/lisp/net/tramp-fish
~/src/tramp/lisp/tramp-cmds hides /usr/local/src/emacs/lisp/net/tramp-cmds
~/src/tramp/lisp/tramp-gvfs hides /usr/local/src/emacs/lisp/net/tramp-gvfs
~/lisp/dbus hides /usr/local/src/emacs/lisp/net/dbus
~/src/tramp/lisp/tramp-cache hides /usr/local/src/emacs/lisp/net/tramp-cache
~/src/tramp/lisp/tramp-uu hides /usr/local/src/emacs/lisp/net/tramp-uu
~/src/tramp/lisp/tramp-smb hides /usr/local/src/emacs/lisp/net/tramp-smb
~/src/tramp/lisp/tramp hides /usr/local/src/emacs/lisp/net/tramp
~/src/tramp/lisp/tramp-imap hides /usr/local/src/emacs/lisp/net/tramp-imap
~/src/tramp/lisp/tramp-compat hides /usr/local/src/emacs/lisp/net/tramp-compat
~/src/tramp/lisp/tramp-gw hides /usr/local/src/emacs/lisp/net/tramp-gw
~/src/tramp/lisp/tramp-ftp hides /usr/local/src/emacs/lisp/net/tramp-ftp
~/src/tramp/lisp/trampver hides /usr/local/src/emacs/lisp/net/trampver

Features:
(shadow warnings emacsbug gnus-fun log-view pcvs-util url-cache url-http
tls url-gw url-auth url-handlers nnweb mm-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie url-util tabify man
add-log desktop vc-sccs vc-svn vc-cvs vc-rcs diff-mode cus-start
cus-load recentf tree-widget mule-util cc-mode cc-fonts cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs find-func utf-7 utf7
starttls imap-hash imap ange-ftp cl-specs edebug info apropos debug
vc-bzr gnus-dup multi-isearch ediff-merg ediff-diff ediff-wind
ediff-help ediff-util ediff-mult ediff-init ediff noutline outline
easy-mmode newcomment vc-git make-mode help-mode view time-stamp
dired-aux sort gnus-cite html2text smiley ansi-color mail-extr
gnus-agent gnus-srvr nnvirtual gnus-async gnus-bcklg parse-time timezone
gnus-score score-mode gnus-ml gnus-msg gnus-art mm-uu mml2015 mm-view
smime dig disp-table gnus-cache gnus-sum nnfolder byte-opt bytecomp
byte-compile nnml nndraft nnmh nnnil smtpmail gnus-demon nntp gnus-group
gnus-undo nnmail mail-source nnoo gnus-start gnus-spec gnus-int
gnus-range message sendmail ecomplete rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp
ietf-drums mailabbrev gmm-utils mailheader canlock sha1 hex-util
hashcash gnus-win gnus gnus-ems nnheader mail-utils wid-edit cperl-mode
easymenu time tramp-imap assoc tramp-gw tramp-gvfs zeroconf url-parse
url-vars mm-util mail-prsvr dbus xml tramp-fish tramp-smb tramp-cache
tramp-ftp tramp-cmds tramp auth-source gnus-util netrc time-date advice
help-fns advice-preload shell comint ring password-cache format-spec
tramp-compat cl cl-19 trampver epa-file epa derived epg epg-config
iswitchb jka-compr icomplete complete paren ps-print ps-def lpr vc-dir
ewoc vc vc-dispatcher dired regexp-opt tooltip ediff-hook vc-hooks
lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset
image fringe lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev loaddefs button minibuffer faces cus-face files
text-properties overlay md5 base64 format env code-pages mule custom
widget hashtable-print-readable backquote make-network-process dbusbind
system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs)




--- End Message ---
--- Begin Message --- Subject: Re: bug#5551: 23.1.92; Dired shows wrongly whole directory contents Date: Sun, 14 Feb 2010 10:31:36 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)
Chong Yidong <address@hidden> writes:

> Michael Albinus <address@hidden> writes:
>
>> Have you tried the example I gave in the bug report? There is definitely
>> an error, if default-directory points to "~/somewhere/else", and you
>> apply
>>
>>   (dired '("foo" "~/"))
>>
>> You will see the relative file names listed from "~/", but if you click
>> on a file name, you cannot open, because default-directory is still
>> "~/somewhere/else".
>
> I see; this is indeed a problem, so I guess we can risk committing the
> patch.  Please do so, thanks.

Committed.

Best regards, Michael.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]