From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5874 Path: main.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: couple of feature requests, a question Date: 08 Apr 1996 22:25:37 -0500 Sender: tibbs@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146415 1651 80.91.224.250 (20 Oct 2002 20:40:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:40:15 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id UAA09919 for ; Mon, 8 Apr 1996 20:57:23 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 9 Apr 1996 05:28:30 +0200 Original-Received: (from tibbs@localhost) by sina.hpc.uh.edu (8.7.3/8.7.3) id WAA07264; Mon, 8 Apr 1996 22:25:38 -0500 (CDT) Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 08 Apr 1996 19:30:42 +0200 Original-Lines: 9 X-Mailer: September Gnus v0.68/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:5874 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5874 >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> Isn't "#'" just Common Lispese for "'"? Well, the lisp reader turns "'" into "(quote ... )". In Common Lisp, "#'" means "(function ... )". I have no idea what Emacs does with this, though. (See _Lisp_, p 52). - J<