From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: newbie. skeleton question. Date: Wed, 4 Jul 2007 18:42:59 +0200 Message-ID: <18059.52755.274951.246883@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183567252 24984 80.91.229.12 (4 Jul 2007 16:40:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jul 2007 16:40:52 +0000 (UTC) To: emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 04 18:40:44 2007 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I67uE-0001Vw-MI for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jul 2007 18:40:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I67uE-0007Jp-4R for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jul 2007 12:40:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I67u2-0007Jg-RK for help-gnu-emacs@gnu.org; Wed, 04 Jul 2007 12:40:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I67u2-0007JE-6B for help-gnu-emacs@gnu.org; Wed, 04 Jul 2007 12:40:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I67u2-0007JB-42 for help-gnu-emacs@gnu.org; Wed, 04 Jul 2007 12:40:30 -0400 Original-Received: from cg-01.tenbit.pl ([213.180.131.136] helo=tenbit.pl) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I67u1-0003tq-K3 for help-gnu-emacs@gnu.org; Wed, 04 Jul 2007 12:40:29 -0400 Original-Received: from [157.25.157.162] (account paulino90 HELO localhost.localdomain) by tenbit.pl (CommuniGate Pro SMTP 4.1.8) with ESMTP id 58013008 for help-gnu-emacs@gnu.org; Wed, 04 Jul 2007 18:39:52 +0200 X-MAILER: KMail/1.7.1 X-detected-kernel: Solaris 8 (1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45470 Archived-At: I defined simple skeleton: (define-skeleton sexpr-example "Insert a silly example." "" > "Emacs version is: " emacs-version \n > "And time is: " (current-time-string)) (define-abbrev text-mode-abbrev-table "slly" "silly text: " 'sexpr-example) M-x sexpr-example : works for me. while, slly does not. I am of course in buffer with text-mode. Have You got idea, why? Regards, Pawel