From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gebser@ameritech.net Newsgroups: gmane.emacs.help Subject: Re: What's a better regexp for 'sentence-end' variable?? Date: Fri, 21 Feb 2003 09:55:56 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <5ly949r933.fsf@rum.cs.yale.edu> Reply-To: gebser@ameritech.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1045840314 15637 80.91.224.249 (21 Feb 2003 15:11:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2003 15:11:54 +0000 (UTC) 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 18mEq5-00043m-00 for ; Fri, 21 Feb 2003 16:11:49 +0100 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 18mEou-0004v5-03 for gnu-help-gnu-emacs@m.gmane.org; Fri, 21 Feb 2003 10:10:36 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nntp.theplanet.net!inewsm1.nntp.theplanet.net!zen.net.uk!newsfeed.hostname.nl!uio.no!quimby.gnus.org!heidegger.mousecar.net!ken Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: adsl-65-43-209-47.dsl.bcvloh.ameritech.net Original-X-Trace: quimby.gnus.org 1045840225 23944 65.43.209.47 (21 Feb 2003 15:10:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Feb 2003 15:10:25 GMT In-Reply-To: <5ly949r933.fsf@rum.cs.yale.edu> Original-Xref: shelby.stanford.edu gnu.emacs.help:110479 X-Originally-To: "Stefan Monnier " 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:6981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6981 Great. I didn't know this. Guess I need to learn a little more CVS, especially doing it all from within emacs. Thanks, ken Stefan Monnier at 09:40 (UTC-0500) on 21 Feb 2003 said: = >>>>> "gebser" == gebser writes: = > The worst part about changing the original is that I lose my changes = > when I upgrade. (Actually, I save off the old versions until I can copy = > in my personal customizations.) = = Check out the source from CVS, modify it there, build your own Emacs = and you're set: upgrading is only a `cvs update' away and your = local changes are kept and automatically merged, ... =