Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!photon.stars.flab.fujitsu.junet!umerin From: umerin@photon.stars.flab.fujitsu.junet (Masanobu UMEDA) Newsgroups: gnu.emacs.gnus Subject: Pattern Matching Message-ID: <8902220527.AA00708@photon.stars.flab.fujitsu.junet> Date: 22 Feb 89 05:27:42 GMT References: Sender: daemon@tut.cis.ohio-state.edu Reply-To: info-gnus-english@cis.ohio-state.edu Distribution: gnu Organization: The Internet Lines: 16 Date: 16 Feb 89 05:18:59 GMT From: flab!fgw!uunet!its.rpi.edu!tale (David C Lawrence) Organization: The Octagon Room According to the Elisp Manual, pattern matching is supposedly not case-sensitive; however, (gnus-kill "Subject" "Test") is quite case- sensitive and will not mark "test" (or other variants). Why is this? The variable case-fold-search is nil by default in Subject Mode. If you want to ignore the case, set the variable to t in the hook gnus-Subject-mode-hook. Masanobu UMEDA umerin@flab.Fujitsu.JUNET umerin%flab.Fujitsu.JUNET@uunet.uu.NET