From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dreamer" Newsgroups: gmane.emacs.help Subject: swbuff & regular expressions question Date: 23 Dec 2004 15:38:35 -0800 Organization: http://groups.google.com Message-ID: <1103845115.682240.84780@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1103845168 24673 80.91.229.6 (23 Dec 2004 23:39:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2004 23:39:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 24 00:39:22 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ChcYE-0003NI-00 for ; Fri, 24 Dec 2004 00:39:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Chciq-0003rc-Q2 for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Dec 2004 18:50:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 212.235.108.137 Original-X-Trace: posting.google.com 1103845119 17367 127.0.0.1 (23 Dec 2004 23:38:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 23 Dec 2004 23:38:39 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=212.235.108.137; posting-account=QaAp1AwAAAAxQeaQ9YtG4xGybNi_5iL7 Original-Xref: shelby.stanford.edu gnu.emacs.help:127497 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:22954 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22954 I'm using emacs together with swbuff extension. In swbuff you can declare excluding list. I've defined: (setq swbuff-exclude-buffer-regexps '("^ " "\\*.*\\*" "TAGS*")) i want to improve "\\*.*\\*" that says do not include files that beging and end with stars to do the same but exclude Man files (which looks like *Man XXX*). can someone write me the regular expression that will filter all *something* but except *Man something*??? thanks alot