From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 22.1.50; Suggestion: defalias line-move-invisible-p to text-invisible-p Date: Wed, 22 Aug 2007 21:22:31 -0400 Message-ID: References: <20070822110856.6251B12A4071@localhost> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187832170 2707 80.91.229.12 (23 Aug 2007 01:22:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 01:22:50 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, raman To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 23 03:22:49 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 1IO1PJ-0003x8-2G for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 03:22:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IO1PI-00080V-6v for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 21:22:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IO1PE-0007zm-M8 for emacs-devel@gnu.org; Wed, 22 Aug 2007 21:22:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IO1PC-0007va-0P for emacs-devel@gnu.org; Wed, 22 Aug 2007 21:22:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IO1PB-0007vX-Q1 for emacs-devel@gnu.org; Wed, 22 Aug 2007 21:22:37 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IO1PB-0006sx-IB for emacs-devel@gnu.org; Wed, 22 Aug 2007 21:22:37 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IO1TB-0002GE-3b for emacs-pretest-bug@gnu.org; Wed, 22 Aug 2007 21:26:45 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IO1PA-0006sp-Iu for emacs-pretest-bug@gnu.org; Wed, 22 Aug 2007 21:22:37 -0400 Original-Received: from tomts13.bellnexxia.net ([209.226.175.34] helo=tomts13-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IO1PA-0006sl-A9; Wed, 22 Aug 2007 21:22:36 -0400 Original-Received: from pastel.home ([70.55.80.33]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070823012235.TIKP13659.tomts13-srv.bellnexxia.net@pastel.home>; Wed, 22 Aug 2007 21:22:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id CAB468218; Wed, 22 Aug 2007 21:22:31 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Wed\, 22 Aug 2007 20\:45\:16 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: 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:77010 gmane.emacs.pretest.bugs:19588 Archived-At: > I suggest adding > (defalias 'line-move-invisible-p 'text-invisible-p) > to simple.el -- > We have never documented the name `line-move-invisible-p', > so we could just rename it. I kept it as an obsolete alias in 22.2, just to be on the safe side, and am planning to remove it from the trunk as soon as the change gets synced to the trunk. Stefan