From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#12263: 24.2; c-at-expression-start-p Date: Sat, 4 Jul 2020 16:43:25 +0000 Message-ID: <20200704164325.GB19042@ACM> References: <87sgn9vmyi.fsf@joffe.skangas.se> <20191101112636.GA6473__22786.3558496878$1572607651$gmane$org@ACM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28218"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , 12263-done@debbugs.gnu.org To: Leo Liu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 04 18:44:18 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jrlH0-0007EX-3o for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 04 Jul 2020 18:44:18 +0200 Original-Received: from localhost ([::1]:40806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrlGz-0006kJ-23 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 04 Jul 2020 12:44:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrlGk-0006ZC-PV for bug-gnu-emacs@gnu.org; Sat, 04 Jul 2020 12:44:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47919) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jrlGk-0006Iz-GN; Sat, 04 Jul 2020 12:44:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jrlGk-0008Dg-Dr; Sat, 04 Jul 2020 12:44:02 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Sat, 04 Jul 2020 16:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 12263 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: confirmed Mail-Followup-To: 12263@debbugs.gnu.org, acm@muc.de, sdl.web@gmail.com Original-Received: via spool by 12263-done@debbugs.gnu.org id=D12263.159388101731551 (code D ref 12263); Sat, 04 Jul 2020 16:44:02 +0000 Original-Received: (at 12263-done) by debbugs.gnu.org; 4 Jul 2020 16:43:37 +0000 Original-Received: from localhost ([127.0.0.1]:59465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrlGK-0008Cp-Kd for submit@debbugs.gnu.org; Sat, 04 Jul 2020 12:43:36 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:45665 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1jrlGH-0008CV-D6 for 12263-done@debbugs.gnu.org; Sat, 04 Jul 2020 12:43:36 -0400 Original-Received: (qmail 5718 invoked by uid 3782); 4 Jul 2020 16:43:26 -0000 Original-Received: from acm.muc.de (p2e5d5832.dip0.t-ipconnect.de [46.93.88.50]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Sat, 04 Jul 2020 18:43:25 +0200 Original-Received: (qmail 22943 invoked by uid 1000); 4 Jul 2020 16:43:25 -0000 Content-Disposition: inline In-Reply-To: X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182701 Archived-At: Hello, Leo. On Sun, Nov 03, 2019 at 10:57:25 +0800, Leo Liu wrote: > On 2019-11-01 11:26 +0000, Alan Mackenzie wrote: > > Leo, can you remember at all what (if anything) you were using this > > function for? > I used it once in my init script. But > > Given that it appears to be wholly unused, I'm inclined to mark this > > function as obsolete or deprecated, and then to remove it later. It > > doesn't seem to be worth the trouble to make it work properly. The same > > might also apply to the function c-at-statement-start-p. I've marked c-at-expression-start-p as obsolete. I've got rid of a formerly obsolete function entirely (might as well). c-at-statement-start-p is actually used quite a bit in CC Mode, so it stays. ;-) > I can live with this change. Thanks for asking. I'm closing the bug with this post. > Leo -- Alan Mackenzie (Nuremberg, Germany).