unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Simple lisp question - printing out file name
Date: Tue, 10 Jan 2006 20:58:11 +0100	[thread overview]
Message-ID: <0A557591-0890-4414-9BD1-5E64D9C06C32@Web.DE> (raw)
In-Reply-To: <20060110194440.16260.qmail@web33908.mail.mud.yahoo.com>


Am 10.01.2006 um 20:44 schrieb exits funnel:

> I have added to several .el files something like this:
>
> (message "In prj.el")

Try this:

(defadvice load (before debug-log activate)
   (message "(Tipp von Kai G): Lade jetzt: %s" (ad-get-arg 0)))

--
Greetings

   Pete

The world would be a better place if Larry Wall had been born in
Iceland, or any other country where the native language actually
has syntax.
         -- Peter da Silva

  reply	other threads:[~2006-01-10 19:58 UTC|newest]

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

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=0A557591-0890-4414-9BD1-5E64D9C06C32@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@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.
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).