From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Olivier Lecarme Newsgroups: gmane.emacs.bugs,gmane.mail.mh-e.devel Subject: incompatibility between partial-completion-mode and MH-E Date: Thu, 10 Mar 2005 16:31:57 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1110468956 27928 80.91.229.2 (10 Mar 2005 15:35:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 15:35:56 +0000 (UTC) Cc: ol@unice.fr, mh-e-devel@lists.sourceforge.net Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Mar 10 16:35:56 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9PbE-0000Ts-7R for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Mar 2005 16:29:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9Pq7-0004NS-Rl for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Mar 2005 10:44:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9Pq4-0004Jb-CX for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 10:44:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9Pq2-0004HH-9Q for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 10:44:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9Pq2-0004Gm-2G for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 10:44:38 -0500 Original-Received: from [134.59.130.1] (helo=smtp.i3s.unice.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D9PbA-0006EN-P8 for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 10:29:17 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.i3s.unice.fr (Postfix) with ESMTP id 7777B8B024; Thu, 10 Mar 2005 16:29:20 +0100 (CET) Original-Received: from pierredelune.i3s.unice.fr (pierredelune.i3s.unice.fr [134.59.133.64]) by smtp.i3s.unice.fr (Postfix) with ESMTP id 069C38AF58; Thu, 10 Mar 2005 16:29:14 +0100 (CET) Original-Received: from ol (helo=pierredelune.i3s.unice.fr) by pierredelune.i3s.unice.fr with local-esmtp (Exim 4.50) id 1D9Pdl-0004Vz-Lq; Thu, 10 Mar 2005 16:31:57 +0100 Original-To: bug-gnu-emacs@gnu.org X-Mailer: MH-E 7.82; nmh 1.1; GNU Emacs 21.3.1 X-Virus-Scanned: by AMaViS snapshot-20020531 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.bugs:10903 gmane.mail.mh-e.devel:10212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10903 I recently discovered the following problem: In MH-E, completion can be used on folder and sub-folder names, for example F v Fr TAB Wi RET in order to go to folder +Friends/William. This does not work if partial-completion-mode is activated: with the same key sequence, I get +William, which is erroneous. The first-level folder name is erased. Disabling partial-completion-mode does not change anything. Adding / to PC-word-delimiters does not work either, probably because / is a special character for completion. I cannot tell whether the bug is the responsibility of the "complete" package or of MH-E, but in my opinion it is clearly a bug, not a feature... -- Olivier Lecarme