From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#19362: 25.0.50; Fix `pp.el' in line with new `elisp-mode.el' Date: Sat, 30 Apr 2016 19:43:33 +0200 Message-ID: <87eg9nf0vu.fsf@gnus.org> References: <7cb215b9-a70d-472a-ba85-15a9bc613a5e@default> <87h9ejkqqs.fsf@gnus.org> <3fe660b7-2b95-4e4a-a2c6-f03c751135d8@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462038283 5499 80.91.229.3 (30 Apr 2016 17:44:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 17:44:43 +0000 (UTC) Cc: 19362@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 30 19:44:32 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1awYwQ-0000ZX-4n for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 19:44:30 +0200 Original-Received: from localhost ([::1]:59134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awYwM-0005pO-29 for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 13:44:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awYwD-0005cg-Kc for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 13:44:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awYw1-0006pA-Rd for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 13:44:12 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:45920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awYw1-0006oG-OB for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 13:44:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1awYvy-0005V5-Bs for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 13:44:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Apr 2016 17:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19362-submit@debbugs.gnu.org id=B19362.146203821921100 (code B ref 19362); Sat, 30 Apr 2016 17:44:02 +0000 Original-Received: (at 19362) by debbugs.gnu.org; 30 Apr 2016 17:43:39 +0000 Original-Received: from localhost ([127.0.0.1]:58257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awYvb-0005UG-MH for submit@debbugs.gnu.org; Sat, 30 Apr 2016 13:43:39 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:59028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awYvZ-0005U6-Ck for 19362@debbugs.gnu.org; Sat, 30 Apr 2016 13:43:38 -0400 Original-Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awYvV-00050H-VZ; Sat, 30 Apr 2016 19:43:35 +0200 In-Reply-To: <3fe660b7-2b95-4e4a-a2c6-f03c751135d8@default> (Drew Adams's message of "Sat, 30 Apr 2016 09:36:52 -0800 (GMT-08:00)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:117402 Archived-At: Drew Adams writes: >> > Library `elisp-mode.el' was added after Emacs 24.4. Prior to that, >> > functions such as `pp-eval-last-sexp' were aligned with the non-pp >> > sister functions from `lisp-mode.el', such as `eval-last-sexp'. >> > >> > This is no longer the case. Please bring `pp.el' up to be parallel with >> > the behavior of `elisp-mode.el', just as it was parallel with the same >> > and similar code that was previously in `lisp-mode.el'. >> > >> > In particular, `pp-eval-last-sexp' had the same evaluation behavior as >> > `eval-lisp-mode'. The addition of pretty-printing was pretty much the >> > only difference. The two no longer correspond. Please fix this >> > disparity. >> >> What are the differences you think should be fixed? > > Should be aligned as it was before. Someone evolved the one > without evolving the other in tandem. Do you have a list of things that you think should be aligned? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no