From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: region-active-p Date: Thu, 01 Nov 2007 15:04:13 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1193943867 9136 80.91.229.12 (1 Nov 2007 19:04:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Nov 2007 19:04:27 +0000 (UTC) Cc: reinersteib+gmane@imap.cc, andreas.roehler@online.de, emacs-devel@gnu.org, juri@jurta.org, monnier@iro.umontreal.ca, stephen@xemacs.org, drew.adams@oracle.com To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 01 20:04:29 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1InfLB-00083w-9g for ged-emacs-devel@m.gmane.org; Thu, 01 Nov 2007 20:04:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InfL1-0003hS-4r for ged-emacs-devel@m.gmane.org; Thu, 01 Nov 2007 15:04:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InfKx-0003fB-PU for emacs-devel@gnu.org; Thu, 01 Nov 2007 15:04:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InfKw-0003dF-SJ for emacs-devel@gnu.org; Thu, 01 Nov 2007 15:04:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InfKw-0003d6-PF for emacs-devel@gnu.org; Thu, 01 Nov 2007 15:04:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InfKw-0000zi-LQ for emacs-devel@gnu.org; Thu, 01 Nov 2007 15:04:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1InfKv-0001Fe-My; Thu, 01 Nov 2007 15:04:13 -0400 In-reply-to: (message from Miles Bader on Thu, 01 Nov 2007 11:33:53 +0900) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82305 Archived-At: > Overrides the command's usual behavior. Perhaps that's how it's usually used, but to name the predicate based on that seems sort of weird. It is not weird to name a function based on the job you do with it. The other good names cause practical problems which have already been explained.