all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] Not following symlinks by default
@ 2013-07-28  9:14 Ramkumar Ramachandra
  2013-07-28 12:02 ` Ramkumar Ramachandra
  0 siblings, 1 reply; 5+ messages in thread
From: Ramkumar Ramachandra @ 2013-07-28  9:14 UTC (permalink / raw)
  To: Emacs Devel; +Cc: Duy Nguyễn

Hi,

I've spent many frustrating hours cornering this bug.  Here's a short
testcase to reproduce it:

  #!/bin/sh

  cd /tmp
  rm -rf z b
  mkdir z z/a z/b
  echo ha >z/a/file
  ln -s z/b
  cd b
  cat ../a/file
  emacs -Q ../a/file # buffer-file-name = /tmp/a/file

Why doesn't emacs behave like cat or vim?  Isn't this behavior a bad default?

Thanks.



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

end of thread, other threads:[~2013-07-30  0:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28  9:14 [BUG] Not following symlinks by default Ramkumar Ramachandra
2013-07-28 12:02 ` Ramkumar Ramachandra
2013-07-28 18:42   ` Glenn Morris
2013-07-28 18:50     ` Ramkumar Ramachandra
2013-07-30  0:42       ` Glenn Morris

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.