home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!sunic!aun.uninett.no!ugle.unit.no!hrue
- From: hrue@sima.sintef.no (hrue)
- Subject: Re: uniqe file names
- In-Reply-To: fcaic@wbst845e.xerox.com's message of 9 Dec 92 20:38:15 GMT
- Message-ID: <HRUE.92Dec15182431@nazgul.sima.sintef.no>
- Sender: news@ugle.unit.no (NetNews Administrator)
- Organization: SINTEF Industrial Mathematics, Trondheim, Norway
- References: <FCAIC.92Dec9153815@woody.wbst845e.xerox.com>
- Distribution: comp.emacs gnu.emacs.help
- Date: 15 Dec 92 18:24:31
- Lines: 24
-
- In article <FCAIC.92Dec9153815@woody.wbst845e.xerox.com> fcaic@wbst845e.xerox.com (Frank Caico) writes:
-
-
- > I am looking for a function with which I can generate unique file names
- > inside of emacs. Does anyone know of any?
-
- (make-temp-name "/tmp/")
- returns (example)
- "/tmp/a06573"
-
- (make-temp-name "~/tmp/")
- returns
- "~/tmp/a06573"
-
- -hr
- --
- |^^^^^^| ___________________________________
- | | / \
- | | | Haavard Rue |
- | (o)(o) | The Norwegian Instiute of Technology |
- @ _) | Department of Mathemathical Sciences |
- | ,___| ,,| N-7034 Trondheim NTH, Norway |
- | / ..'' | fax:+47-7-593524, hrue@imf.unit.no |
- /____\ \____________________________________/
-