From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Oliver Scholz Newsgroups: gmane.emacs.help Subject: Re: Insertion question Date: Wed, 02 Apr 2003 11:07:27 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1049275694 21349 80.91.224.249 (2 Apr 2003 09:28:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2003 09:28:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 02 11:28:12 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190eXU-0005Y3-00 for ; Wed, 02 Apr 2003 11:28:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190eGW-0005kZ-05 for gnu-help-gnu-emacs@m.gmane.org; Wed, 02 Apr 2003 04:10:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!dialin-145-254-194-118.arcor-ip.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: dialin-145-254-194-118.arcor-ip.net (145.254.194.118) Original-X-Trace: fu-berlin.de 1049274458 4373291 145.254.194.118 (16 [87814]) X-Attribution: os X-Face: "HgH2sgK|bfH$; PiOJI6|qUCf.ve<51_Od(%ynHr?=>znn#~#oS>",F%B8&\vus),2AsPYb -n>PgddtGEn}s7kH?7kH{P_~vu?]OvVN^qD(L)>G^gDCl(U9n{:d>'DkilN!_K"eNzjrtI4Ya6;Td% IZGMbJ{lawG+'J>QXPZD&TwWU@^~A}f^zAb[Ru;CT(UA]c& User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:VrCRL+BxgiCcjvzS+NYdr+LUtgE= Original-Xref: shelby.stanford.edu gnu.emacs.help:111593 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8093 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8093 Urban Gabor writes: > Hi, > > I have a question, but could not figure it out from the docs... > > At the currect cursor position I woudl like to insert a > fixed string using one (new) hotkey. (define-key global-map [f5] "lirum larum ") Or you could define a keyboard macro. > It would be even nicer, if I could append the user-name from the > environment, and the time-stamp. I think you need a bit of Lisp code for this: (define-key global-map [f5] (lambda () (interactive) (insert (concat "lirum larum " (user-full-name) " " (current-time-string) " ")))) > BTW Could you CC the answer to my address? This is rather depreciated in this forum for several reasons. It is better to discuss solutions to problems publicly. If the answer is trivial, the regulars may decide to send you a private mail, but let the regulars decide that. Oliver -- 13 Germinal an 211 de la Révolution Liberté, Egalité, Fraternité!