|
From: | GNU bug Tracking System |
Subject: | [debbugs-tracker] bug#26067: closed (25.1; cl-defmethod indent setting wrong) |
Date: | Wed, 26 Jul 2017 15:57:01 +0000 |
Your message dated Wed, 26 Jul 2017 18:56:33 +0300 with message-id <address@hidden> and subject line Re: bug#26067: 25.1; cl-defmethod indent setting wrong has caused the debbugs.gnu.org bug report #26067, regarding 25.1; cl-defmethod indent setting wrong to be marked as done. (If you believe you have received this mail in error, please contact address@hidden) -- 26067: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26067 GNU Bug Tracking System Contact address@hidden with problems
--- Begin Message ---Subject: 25.1; cl-defmethod indent setting wrong Date: Sun, 12 Mar 2017 11:55:21 +0800 The indent setting for cl-defmethod should be `defun' instead of 2. For example the following code has bad indentation under (indent 2). (cl-defmethod test :around ((tag (eql 131))) (do-something-right))
--- End Message ---
--- Begin Message ---Subject: Re: bug#26067: 25.1; cl-defmethod indent setting wrong Date: Wed, 26 Jul 2017 18:56:33 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Thunderbird/55.0 Version: 26.1 On 3/12/17 5:55 AM, Leo Liu wrote:The indent setting for cl-defmethod should be `defun' instead of 2. For example the following code has bad indentation under (indent 2). (cl-defmethod test :around ((tag (eql 131))) (do-something-right))Fixed in bug#23994, thanks.
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |