From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bad mailer Subject meddling (was: links in Help buffer aren't always correct) Date: Fri, 16 Dec 2005 09:55:06 +0200 Message-ID: References: <1134672465.994807.15816.nullmailer@Update.UU.SE> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1134719893 14923 80.91.229.2 (16 Dec 2005 07:58:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2005 07:58:13 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 08:58:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EnASF-0001dP-7d for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 08:56:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnASv-0000aT-95 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 02:57:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EnARX-0000Ue-Ih for emacs-devel@gnu.org; Fri, 16 Dec 2005 02:55:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EnARV-0000TO-G6 for emacs-devel@gnu.org; Fri, 16 Dec 2005 02:55:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnARU-0000So-MG for emacs-devel@gnu.org; Fri, 16 Dec 2005 02:55:52 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EnATr-0004cu-DE; Fri, 16 Dec 2005 02:58:19 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-152-179.inter.net.il [80.230.152.179]) by romy.inter.net.il (MOS 3.7.2-GA) with ESMTP id DEP50385 (AUTH halo1); Fri, 16 Dec 2005 09:55:04 +0200 (IST) Original-To: ams@gnu.org In-reply-to: <1134672465.994807.15816.nullmailer@Update.UU.SE> (ams@gnu.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47847 Archived-At: > From: "Alfred M\. Szmidt" > Date: Thu, 15 Dec 2005 19:47:45 +0100 > Cc: emacs-devel@gnu.org > > What would be nice is if C-c C-n (and C-c C-p) would move > thread-wise based on Message-ID, and then based on the subject. I think this would require a total rewrite of the current code; patches welcome (although they probably won't be released with v22.1 ;-) I committed small changes to C-c C-n just a few days ago to fix some problems with following tricky subjects, like those which had "Re:" not at the beginning, and those that are broken into multiple lines in arbitrary places.