all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <ecinmn@peoplepc.com>
Subject: Re: Simple lisp question - printing out file name
Date: Wed, 11 Jan 2006 04:11:07 GMT	[thread overview]
Message-ID: <vz%wf.6400$%W1.5124@newsread2.news.atl.earthlink.net> (raw)
In-Reply-To: mailman.648.1136926006.26925.help-gnu-emacs@gnu.org


"exits funnel" <exitsfunnel@yahoo.com> wrote in message
news:mailman.648.1136926006.26925.help-gnu-emacs@gnu.org...
> Hi Pascal,
>
> This looks like exactly what I want except that it
> doens't work :)  Is time-stamp-string availaible only
> in cvs emacs?  I should have mentioned that I'm
> running the precompiled emacs 21.3.1 on a windows box.
>  Apropos doesn't show any hits for time-stamp-string.
> If the case is that your suggested code is only good
> for cvs emacs, do you know of any older functions
> which are roughly equivalent?  Thanks.
>
> -exits
>
> --- Pascal Bourguignon <spam@mouse-potato.com> wrote:
>
> > exits funnel <exitsfunnel@yahoo.com> writes:
> >
> > > Hello,
> > >
> > > I have added to several .el files something like
> > this:
> > >
> > > (message "In prj.el")
> > >
> > > to help me straighten out configuration issues.
> > I'd
> > > like to make it slightly more sophisicated by (a)
> > > replacing the hard coded string with some lisp to
> > read
> > > the fully qualified file name and (b) to prepend a
> > > timestamp.  I'm sure this is trivial lisp, but
> > > apparently it's not quite trivial enough for me :)
> >  It
> > > seems that buffer-file-name and
> > current-time-string
> > > should be of interest to me but I can't get them
> > to
> > > work inside my message call.  Can anyone help me
> > out
> > > here?  Thanks in advance.
> >
> > (message (format "On %s loading %s"
> > (time-stamp-string) load-file-name))
> >
> > You can also specify the time-stamp-format:
> >
> >    (time-stamp-string "%:y-%02m-%02d
> > %02H:%02M:%02S")
> >

E.F.:

I have the same set-up you do but that isn't the problem. To understand
what's going on type the following:

C-h f  time [tab]  ;; this gives you completions for some
;; functions starting with 'time...'
;; time-stamp is the only one similar to what you're
;; looking for. Click on it and you will see that it's
;; defined in time-stamp.el. Before you look into this
;; file, put (time-stamp) into the *scratch* buffer and
;; with the cursor after the close paren, type
C-j.
;; notice that this loads the time-stamp.el file.
;; Now type C-h f  time [tab] again and you will
;; that many more functions are now available to
;; the emacs. If you put  (time-stamp-string) in the
;; *scratch* buffer and evaluate it with
C-j
;;you will see the current time and machine name printed
;; on the next line. Evaluate again and you will see that
;; the time has been updated.

Now you can use it in a lisp function as indicated by Stephen.
You could also load the time-stamp.el by putting it in your
.emacs file but it is auto-loaded by calling the function.

Ed

       reply	other threads:[~2006-01-11  4:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.648.1136926006.26925.help-gnu-emacs@gnu.org>
2006-01-11  4:11 ` B. T. Raven [this message]
2006-01-11  4:15   ` Simple lisp question - printing out file name B. T. Raven
     [not found] <mailman.634.1136922414.26925.help-gnu-emacs@gnu.org>
2006-01-10 20:15 ` Pascal Bourguignon
2006-01-10 20:44   ` exits funnel
2006-01-10 19:44 exits funnel
2006-01-10 19:58 ` Peter Dyballa

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='vz%wf.6400$%W1.5124@newsread2.news.atl.earthlink.net' \
    --to=ecinmn@peoplepc.com \
    /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.