From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: define-abbrev Date: Mon, 29 Oct 2007 16:57:15 -0400 Message-ID: References: <200710281521.17888.andreas.roehler@online.de> <200710291036.22071.andreas.roehler@online.de> <200710291834.14524.andreas.roehler@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193691460 3521 80.91.229.12 (29 Oct 2007 20:57:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 20:57:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas =?iso-8859-1?Q?R=F6hler?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 21:57:43 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Imbg6-0003D1-8D for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 21:57:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Imbfx-0003Pv-0k for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 16:57:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Imbfu-0003On-8o for emacs-devel@gnu.org; Mon, 29 Oct 2007 16:57:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Imbfs-0003Lv-Hh for emacs-devel@gnu.org; Mon, 29 Oct 2007 16:57:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Imbfs-0003Ls-Eg for emacs-devel@gnu.org; Mon, 29 Oct 2007 16:57:28 -0400 Original-Received: from x-132-204-241-194.xtpr.umontreal.ca ([132.204.241.194] helo=ceviche.home) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Imbfr-0007US-Sh for emacs-devel@gnu.org; Mon, 29 Oct 2007 16:57:28 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5FEA0B4ABE; Mon, 29 Oct 2007 16:57:15 -0400 (EDT) In-Reply-To: <200710291834.14524.andreas.roehler@online.de> ("Andreas =?iso-8859-1?Q?R=F6hler=22's?= message of "Mon, 29 Oct 2007 18:34:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82098 Archived-At: > emacs -q > cursor after "Welcome" at startscreen > M-x add-global-abbrev wo RET > M-x edit-abbrevs > Kill just inserted line "wo" 0 "Welcome" > C-c C-c > then described error occurs. > apply: Wrong type argument: number-or-marker-p, nil Hmm... works fine for me. Can you try it with "emacs -Q" (in case it depends on some change in your site-init file(s))? Stefan