From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.help Subject: Re: Negate a regexp Date: Tue, 20 Apr 2010 14:44:21 +0100 Organization: University of Cambridge Message-ID: References: <8282B0BC46B0423AA171693F27FF1D22@us.oracle.com> <877ho3tjix.fsf@tux.homenetwork> <87bpdff7d8.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271771442 20788 80.91.229.12 (20 Apr 2010 13:50:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Apr 2010 13:50:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 20 15:50:41 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O4Dqa-0005zE-Aj for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Apr 2010 15:50:40 +0200 Original-Received: from localhost ([127.0.0.1]:33911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4DqZ-0004oU-OV for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Apr 2010 09:50:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4Dor-0004BS-Ut for help-gnu-emacs@gnu.org; Tue, 20 Apr 2010 09:48:54 -0400 Original-Received: from [140.186.70.92] (port=50238 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4Dok-00047a-3d for help-gnu-emacs@gnu.org; Tue, 20 Apr 2010 09:48:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4DlC-0005rZ-Ov for help-gnu-emacs@gnu.org; Tue, 20 Apr 2010 09:45:07 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:43698) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4DlC-0005rR-Hr for help-gnu-emacs@gnu.org; Tue, 20 Apr 2010 09:45:06 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4DlA-0002FX-2V for help-gnu-emacs@gnu.org; Tue, 20 Apr 2010 15:45:04 +0200 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 15:45:04 +0200 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 15:45:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 8 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:hlDzYYl15ZNQLypktXSmtsUhGeA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72769 Archived-At: On 2010-04-19 22:41 +0100, Thierry Volpiatto wrote: > Try to use the greedy arg: The premise is that arg is omitted since I am providing this to an abbrev table. Anyway I think I more or less get the idea of the situation. Leo