all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tino Calancha <tino.calancha@gmail.com>
To: 24962@debbugs.gnu.org
Cc: Tino Calancha <tino.calancha@gmail.com>
Subject: bug#24962: 26.0.50; list-buffers doesn't show buffers w/ name " "... visiting a file
Date: Fri, 18 Nov 2016 21:41:33 +0900	[thread overview]
Message-ID: <87d1htgdtu.fsf@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.20.1611182014290.11644@calancha-pc> (Tino Calancha's message of "Fri, 18 Nov 2016 20:15:52 +0900 (JST)")

Tino Calancha <tino.calancha@gmail.com> writes:

> emacs -Q -eval '(write-region "foo" nil (expand-file-name temporary-file-directory "foo"))'
>  M-: (find-file (expand-file-name temporary-file-directory "foo")) RET
>  M-: (rename-buffer " foo") RET
>  C-x C-b
>  ;; Buffer " foo" not listed.
The order in expand-file-name arguments is inverted;  it should be:
(expand-file-name "foo" temporary-file-directory)





  reply	other threads:[~2016-11-18 12:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-18 11:15 bug#24962: 26.0.50; list-buffers doesn't show buffers w/ name " "... visiting a file Tino Calancha
2016-11-18 12:41 ` Tino Calancha [this message]
2016-11-18 14:31 ` Eli Zaretskii
2016-11-18 16:48   ` Clément Pit--Claudel
2016-11-18 17:09     ` Eli Zaretskii
2016-11-30  3:22       ` Clément Pit--Claudel
2016-11-30  2:59     ` Tino Calancha
2016-12-08  4:54   ` Tino Calancha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d1htgdtu.fsf@gmail.com \
    --to=tino.calancha@gmail.com \
    --cc=24962@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.