all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#30496: 27.0.50; dired: directories (ending /) are opened using help mode
@ 2018-02-17 11:05 José L. Doménech
  2018-02-17 11:54 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: José L. Doménech @ 2018-02-17 11:05 UTC (permalink / raw)
  To: 30496

Reproduce the problem with:

1. emacs -Q
2. C-x d  ;; dired
3. Write or use autocomple to enter a existing directory name ending with '/'
4. The contents of the directory are listed and showed using help mode.


In GNU Emacs 27.0.50 (build 13, x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
 of 2018-02-17 built on pc-pe
Repository revision: 8224430bd9d71dfcf2524b758d8ac14a1d93b0d5
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description: Ubuntu 16.04.3 LTS

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 THREADS LCMS2

Important settings:
  value of $LANG: es_ES.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-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-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv dired dired-loaddefs format-spec rfc822 mml
mml-sec password-cache epa derived epg epg-config gnus-util rmail
rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils help-mode easymenu cl-loaddefs cl-lib
elec-pair time-date mule-util tooltip eldoc electric uniquify ediff-hook
vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core term/tty-colors frame cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 96199 5576)
 (symbols 48 20485 1)
 (miscs 40 41 94)
 (strings 32 28689 1226)
 (string-bytes 1 754312)
 (vectors 16 14202)
 (vector-slots 8 499292 10428)
 (floats 8 53 90)
 (intervals 56 203 0)
 (buffers 992 12)
 (heap 1024 46938 1143))





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

* bug#30496: 27.0.50; dired: directories (ending /) are opened using help mode
  2018-02-17 11:05 bug#30496: 27.0.50; dired: directories (ending /) are opened using help mode José L. Doménech
@ 2018-02-17 11:54 ` Eli Zaretskii
  2018-02-17 13:29   ` Noam Postavsky
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2018-02-17 11:54 UTC (permalink / raw)
  To: José L. Doménech; +Cc: 30496

> Date: Sat, 17 Feb 2018 12:05:35 +0100
> From: "José L. Doménech"
> 	<domenechjosel@gmail.com>
> 
> Reproduce the problem with:
> 
> 1. emacs -Q
> 2. C-x d  ;; dired
> 3. Write or use autocomple to enter a existing directory name ending with '/'
> 4. The contents of the directory are listed and showed using help mode.

I cannot reproduce this with today's master branch.





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

* bug#30496: 27.0.50; dired: directories (ending /) are opened using help mode
  2018-02-17 11:54 ` Eli Zaretskii
@ 2018-02-17 13:29   ` Noam Postavsky
  2018-02-17 14:18     ` José L. Doménech
  0 siblings, 1 reply; 5+ messages in thread
From: Noam Postavsky @ 2018-02-17 13:29 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 30496, José L. Doménech

tags 30496 + unreproducible
quit

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Sat, 17 Feb 2018 12:05:35 +0100
>> From: "José L. Doménech"
>> 	<domenechjosel@gmail.com>
>> 
>> Reproduce the problem with:
>> 
>> 1. emacs -Q
>> 2. C-x d  ;; dired
>> 3. Write or use autocomple to enter a existing directory name ending with '/'
>> 4. The contents of the directory are listed and showed using help mode.
>
> I cannot reproduce this with today's master branch.

Neither can I.





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

* bug#30496: 27.0.50; dired: directories (ending /) are opened using help mode
  2018-02-17 13:29   ` Noam Postavsky
@ 2018-02-17 14:18     ` José L. Doménech
  2018-02-17 14:34       ` Noam Postavsky
  0 siblings, 1 reply; 5+ messages in thread
From: José L. Doménech @ 2018-02-17 14:18 UTC (permalink / raw)
  To: Noam Postavsky; +Cc: 30496, José L. Doménech

OK. I can't reproduce it either with the same build as the one I used to report. (Repository revision: 8224430bd9d71dfcf2524b758d8ac14a1d93b0d5)

The error just happened after changing the host name and seems to dissapear a while after I corrected a "Error message 'sudo: unable to resolve host newhostname" (updading both hostname and hosts files).

On Sat, 17 Feb 2018 14:29:22 +0100,
Noam Postavsky wrote:
> 
> tags 30496 + unreproducible
> quit
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> Date: Sat, 17 Feb 2018 12:05:35 +0100
> >> From: "José L. Doménech"
> >> 	<domenechjosel@gmail.com>
> >> 
> >> Reproduce the problem with:
> >> 
> >> 1. emacs -Q
> >> 2. C-x d  ;; dired
> >> 3. Write or use autocomple to enter a existing directory name ending with '/'
> >> 4. The contents of the directory are listed and showed using help mode.
> >
> > I cannot reproduce this with today's master branch.
> 
> Neither can I.





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

* bug#30496: 27.0.50; dired: directories (ending /) are opened using help mode
  2018-02-17 14:18     ` José L. Doménech
@ 2018-02-17 14:34       ` Noam Postavsky
  0 siblings, 0 replies; 5+ messages in thread
From: Noam Postavsky @ 2018-02-17 14:34 UTC (permalink / raw)
  To: José L. Doménech; +Cc: 30496

close 30496
quit

"José L. Doménech" <domenechjosel@gmail.com> writes:

> OK. I can't reproduce it either with the same build as the one I used to report. (Repository revision: 8224430bd9d71dfcf2524b758d8ac14a1d93b0d5)
>
> The error just happened after changing the host name and seems to
> dissapear a while after I corrected a "Error message 'sudo: unable to
> resolve host newhostname" (updading both hostname and hosts files).

Okay, I'll close the bug then (although if you happen to figure out
exactly what system misconfiguration causes it could be interesting to
get Emacs to handle it better).





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

end of thread, other threads:[~2018-02-17 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-17 11:05 bug#30496: 27.0.50; dired: directories (ending /) are opened using help mode José L. Doménech
2018-02-17 11:54 ` Eli Zaretskii
2018-02-17 13:29   ` Noam Postavsky
2018-02-17 14:18     ` José L. Doménech
2018-02-17 14:34       ` Noam Postavsky

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.