[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting rid of the Emacs cruft

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-11 22:21:05 CET

Karl Fogel <kfogel@newton.ch.collab.net> writes:
> (if (string-match "subversion/" buffer-file-name)

Note that this regexp is actually matching the full path to your
subversion tree. So it could say

  (string-match "projects/svn/" buffer-file-name)

too, or whatever.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 11 22:54:52 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.