unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19026: 24.4.50; rmail-summary-by-topic
@ 2014-11-12  2:44 Richard Stallman
  2015-04-28  5:41 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2014-11-12  2:44 UTC (permalink / raw)
  To: 19026


In rmail-summary-by-topic, if (rmail-simplify-subject) returns a
string with a comma, that is taken as a comma-separated list of
different things to search for.  Thus, it finds messages whose
subject is just a part of this message's subject.



In GNU Emacs 24.4.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2014-07-18 on rms
Repository revision: 117549 dmantipov@yandex.ru-20140718110437-w0451dqdaa977r4w
System Description:	Trisquel GNU/Linux 6.0.1, Toutatis

Configured using:
 `configure 'CFLAGS=-g -O0''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND GPM DBUS GCONF GSETTINGS NOTIFY
LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Emacs-Lisp

Minor modes in effect:
  diff-auto-refine-mode: t
  shell-dirtrack-mode: t
  gpm-mouse-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  abbrev-mode: t


-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#19026: 24.4.50; rmail-summary-by-topic
  2014-11-12  2:44 bug#19026: 24.4.50; rmail-summary-by-topic Richard Stallman
@ 2015-04-28  5:41 ` Glenn Morris
  2015-05-27  1:05   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2015-04-28  5:41 UTC (permalink / raw)
  To: rms; +Cc: 19026

Richard Stallman wrote:

> In rmail-summary-by-topic, if (rmail-simplify-subject) returns a
> string with a comma, that is taken as a comma-separated list of
> different things to search for.  Thus, it finds messages whose
> subject is just a part of this message's subject.

I wrote a FIXME comment about this 5 years ago:
  
  ;; FIXME "a string of regexps separated by commas" makes no sense because:
  ;;  i) it's pointless (you can just use \\|)
  ;; ii) it's broken (you can't specify a literal comma)
  ;; rmail-summary-by-topic and rmail-summary-by-senders have the same issue.

I suggest just dumping this "separated by commas" idea.
Ie, you would have to write "foo\\|bar" like in any other regexp.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#19026: 24.4.50; rmail-summary-by-topic
  2015-04-28  5:41 ` Glenn Morris
@ 2015-05-27  1:05   ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2015-05-27  1:05 UTC (permalink / raw)
  To: 19026-done

Version: 25.1

Glenn Morris wrote:

> I suggest just dumping this "separated by commas" idea.
> Ie, you would have to write "foo\\|bar" like in any other regexp.

Installed in the absence of any comments.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-27  1:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12  2:44 bug#19026: 24.4.50; rmail-summary-by-topic Richard Stallman
2015-04-28  5:41 ` Glenn Morris
2015-05-27  1:05   ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).