From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83452 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-ignored-from-addresses Date: Tue, 02 Jul 2013 15:08:01 +0900 Organization: Emacsen advocacy group Message-ID: References: <87bo6uh78g.fsf@micropit.couberia.selfip.net> <87sj06kw16.fsf@marauder.physik.uni-ulm.de> <87li5vbqmj.fsf@micropit.couberia.selfip.net> <87a9m55wxr.fsf@randomsample.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372745370 823 80.91.229.3 (2 Jul 2013 06:09:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2013 06:09:30 +0000 (UTC) Cc: ding@gnus.org To: Julien Danjou Original-X-From: ding-owner+M31712@lists.math.uh.edu Tue Jul 02 08:09:30 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UttmK-0008Av-8L for ding-account@gmane.org; Tue, 02 Jul 2013 08:09:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UttlH-0006hy-Or; Tue, 02 Jul 2013 01:08:23 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UttlB-0006hl-U7 for ding@lists.math.uh.edu; Tue, 02 Jul 2013 01:08:18 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UttlA-00078D-84 for ding@lists.math.uh.edu; Tue, 02 Jul 2013 01:08:17 -0500 Original-Received: from mail-hampton.hostforweb.net ([216.246.15.223] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Uttl8-0007oE-Ij for ding@gnus.org; Tue, 02 Jul 2013 08:08:14 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:46172 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80.1) (envelope-from ) id 1Uttkz-000wWD-S1; Tue, 02 Jul 2013 01:08:06 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:HU2PUhhO68/R78mH0geQFDRrq88= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83452 Archived-At: David Engster wrote: > Katsumi Yamaoka writes: >> Peter M=FCnster wrote: >>> On Tue, Jun 25 2013, Reiner Steib wrote: >>>> Please make the old behavior the default again. You can add an option >>>> to match only addresses or surround addresses with <...> to get the >>>> new behavior. >> >>> +1 >> >> =B10 >> >> But it might be good to *always* surround a string with \<...\> >> under the `standard-syntax-table'. I can only imagine that it >> will help a FB employee whose name is "Mark Zucker", though. >> OTOH, the current way is absolutely safe since an email address >> is absolutely unique. Even if it is hard to beginners to design >> a regexp, it can be a start of learning Emacs. > I'd agree if this were a new feature. But this change needlessly breaks > people's configurations, so I agree with Reiner that it should be > reverted. That the variable mentions 'addresses' might be unfortunate, > but it's a quirk we should live with. Ah, I agree. Julien?