From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#12760: letf doc is not very helpful Date: Mon, 29 Oct 2012 13:40:44 -0400 Message-ID: <8d301dvmr.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1351532508 10759 80.91.229.3 (29 Oct 2012 17:41:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2012 17:41:48 +0000 (UTC) Cc: 12760@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 29 18:41:56 2012 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 1TStLU-0005oH-6E for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Oct 2012 18:41:52 +0100 Original-Received: from localhost ([::1]:38390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStLL-0001EI-PI for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Oct 2012 13:41:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStLF-0001Dq-5Z for bug-gnu-emacs@gnu.org; Mon, 29 Oct 2012 13:41:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TStLD-0005LA-Ly for bug-gnu-emacs@gnu.org; Mon, 29 Oct 2012 13:41:37 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStLD-0005Kz-Ig for bug-gnu-emacs@gnu.org; Mon, 29 Oct 2012 13:41:35 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TStNZ-00008v-S3 for bug-gnu-emacs@gnu.org; Mon, 29 Oct 2012 13:44:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Oct 2012 17:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12760 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12760-submit@debbugs.gnu.org id=B12760.1351532597487 (code B ref 12760); Mon, 29 Oct 2012 17:44:01 +0000 Original-Received: (at 12760) by debbugs.gnu.org; 29 Oct 2012 17:43:17 +0000 Original-Received: from localhost ([127.0.0.1]:38461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TStMq-00007n-C6 for submit@debbugs.gnu.org; Mon, 29 Oct 2012 13:43:17 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:54979) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TStMp-00007h-2W for 12760@debbugs.gnu.org; Mon, 29 Oct 2012 13:43:15 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TStKP-0006yg-1I; Mon, 29 Oct 2012 13:40:45 -0400 X-Spook: cryptanalysis S Key United Nations kibo TELINT Etacs X-Ran: (|Y(G%1a/<5TvU9HKouABd9NY3zd].v6{G}1.r;n.dg{d<`~XO0wUd/eTFsbL6Qi\ay*F@ X-Hue: black X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Mon, 29 Oct 2012 09:52:52 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:66201 Archived-At: Stefan Monnier wrote: >> -> Like `cl-letf', but with some extra backward compatibility. >> This is so vague as to not be useful. > > The only difference (handling of funbound symbols for symbol-function) > is one I'd rather not document because it's deprecated. Maybe you want to mark letf obsolete (as labels and flet are).