From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Crappyness of Emacs Version 24.5.1 defadvice Date: Thu, 30 Jun 2016 23:16:53 +0200 Message-ID: <87oa6i1inu.fsf@web.de> References: <51b6ce57-51f6-43b9-9ad0-20540a877dca@googlegroups.com> <60799924-5dea-459a-bf49-09c3dd604a62@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1467321486 6305 80.91.229.3 (30 Jun 2016 21:18:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2016 21:18:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 30 23:17:57 2016 Return-path: Envelope-to: geh-help-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 1bIjLM-0006fh-LG for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2016 23:17:52 +0200 Original-Received: from localhost ([::1]:52657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjLL-0001g8-RZ for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2016 17:17:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjKx-0001fs-CI for help-gnu-emacs@gnu.org; Thu, 30 Jun 2016 17:17:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIjKs-0005ZV-Ak for help-gnu-emacs@gnu.org; Thu, 30 Jun 2016 17:17:26 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjKs-0005ZL-3z for help-gnu-emacs@gnu.org; Thu, 30 Jun 2016 17:17:22 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bIjKp-0006Gx-S1 for help-gnu-emacs@gnu.org; Thu, 30 Jun 2016 23:17:19 +0200 Original-Received: from p4fd85358.dip0.t-ipconnect.de ([79.216.83.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2016 23:17:19 +0200 Original-Received: from michael_heerdegen by p4fd85358.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2016 23:17:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fd85358.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux) Cancel-Lock: sha1:rny3N03bRHCV8XlY9nq0syrjFDo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110676 Archived-At: Joost Kremers writes: > > Yes, #'THING is equivalent to (function THING). For lambda, it's > > redundant in Emacs Lisp, since lambda is self-quoting with `function'. > > It doesn't harm, though. > > To the eyes it does. ;-) ;-) does even more harm to the eyes. Better write it as ;-\) to avoid the unmatched paren. It doesn't look very friendly any more that way, but that's second-tier. Michael.