From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: patch for woman (woman-topic-at-point) Date: Sat, 27 Aug 2005 22:45:19 -0400 Message-ID: References: <38wtm926pt.fsf@tiscali.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1125197378 13101 80.91.229.2 (28 Aug 2005 02:49:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Aug 2005 02:49:38 +0000 (UTC) Cc: Dr Francis J Wright , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 28 04:49:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E9DEX-0005sn-Bm for ged-emacs-devel@m.gmane.org; Sun, 28 Aug 2005 04:49:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9DIX-0008Vr-TM for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2005 22:53:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E9DGt-0007s9-9F for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:51:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E9DGq-0007pX-06 for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:51:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9DGo-0007ol-Hg for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:51:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E9DCx-00036P-Fx for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:47:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E9DAd-0003OV-TG; Sat, 27 Aug 2005 22:45:19 -0400 Original-To: Emilio Lopes In-reply-to: (message from Emilio Lopes on Fri, 26 Aug 2005 17:21:42 +0200) 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:42455 Archived-At: It follows from the above that if you want to offer some suggestion using the argument DEF of `completing-read' the suggestion must be "valid". Ok, so test it for validity and provide it as a default only if it is valid. I see that's what your latest patch does. I have not checked it line by line, but it looks like the right overall. Francis, do you agree?