Gnus development mailing list
 help / color / mirror / Atom feed
* (concat "/dir/name/" "foo") --> (expand-file-name "foo" "/dir/name/")
@ 2000-10-13 20:55 Kai Großjohann
  2000-10-13 21:13 ` Paul Jarc
  0 siblings, 1 reply; 16+ messages in thread
From: Kai Großjohann @ 2000-10-13 20:55 UTC (permalink / raw)


In the Gnus source code, we often have constructs like this:

    (concat "/dir/name/" "file-name")

I think this should be replaced with:

    (expand-file-name "file-name" "/dir/name/")

What do you think?

kai
-- 
I like BOTH kinds of music.



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

end of thread, other threads:[~2000-10-23 15:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-13 20:55 (concat "/dir/name/" "foo") --> (expand-file-name "foo" "/dir/name/") Kai Großjohann
2000-10-13 21:13 ` Paul Jarc
2000-10-13 22:19   ` Kai Großjohann
2000-10-16 18:12   ` Dave Love
2000-10-16 20:39     ` Paul Jarc
2000-10-16 22:36       ` Daniel Pittman
2000-10-18 17:55       ` Dave Love
2000-10-18 21:35         ` Paul Jarc
2000-10-22 16:00           ` Dave Love
2000-10-22 18:10             ` Paul Jarc
2000-10-22 18:51               ` Kai Großjohann
2000-10-23  0:45                 ` Paul Jarc
2000-10-23  7:52                   ` Kai Großjohann
2000-10-23 15:29                     ` Paul Jarc
2000-10-19  1:11         ` Daniel Pittman
2000-10-22 16:02           ` Dave Love

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 NNTP newsgroup(s).