unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: "Arne Jørgensen" <arne@arnested.dk>
Cc: 12457@debbugs.gnu.org
Subject: bug#12457: 24.2.50; [patch] Use in `file-truename' in `flymake-create-temp-inplace'
Date: Wed, 24 Feb 2016 17:09:22 +1100	[thread overview]
Message-ID: <87vb5ed4h9.fsf@gnus.org> (raw)
In-Reply-To: <m2392hkv7k.fsf@arnested.dk> ("Arne \=\?iso-8859-1\?Q\?J\=F8rgense\?\= \=\?iso-8859-1\?Q\?n\=22's\?\= message of "Mon, 17 Sep 2012 08:41:03 +0200")

Arne Jørgensen <arne@arnested.dk> writes:

> -  (let* ((temp-name   (concat (file-name-sans-extension file-name)
> -			      "_" prefix
> -			      (and (file-name-extension file-name)
> -				   (concat "." (file-name-extension file-name))))))
> +  (let* ((temp-name (file-truename (concat (file-name-sans-extension file-name)
> +                                           "_" prefix
> +                                           (and (file-name-extension file-name)
> +                                                (concat "." (file-name-extension file-name)))))))

It looks like a version of this was applied a few months later, so I'm
closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      parent reply	other threads:[~2016-02-24  6:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-17  6:41 bug#12457: 24.2.50; [patch] Use in `file-truename' in `flymake-create-temp-inplace' Arne Jørgensen
2012-09-17  8:24 ` Leo
2016-02-24  6:09 ` Lars Ingebrigtsen [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87vb5ed4h9.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=12457@debbugs.gnu.org \
    --cc=arne@arnested.dk \
    /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 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).