From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans BKK Newsgroups: gmane.emacs.help Subject: Re: Generating a listing of all symbols (16K+) and labeling subsets Date: Fri, 18 Apr 2014 19:25:33 -0700 (PDT) Message-ID: <6753f7ae-da6d-4065-9c53-a6f1e59b7ef5@googlegroups.com> References: <38d1beb3-fffd-4718-ae10-be9646ac4a63@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1397874624 8432 80.91.229.3 (19 Apr 2014 02:30:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2014 02:30:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 19 04:30:19 2014 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 1WbL2o-0004dX-EK for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 04:30:18 +0200 Original-Received: from localhost ([::1]:40668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbL2n-00065y-EY for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 22:30:17 -0400 X-Received: by 10.50.43.228 with SMTP id z4mr3517575igl.0.1397874333447; Fri, 18 Apr 2014 19:25:33 -0700 (PDT) X-Received: by 10.182.233.137 with SMTP id tw9mr256obc.36.1397874333302; Fri, 18 Apr 2014 19:25:33 -0700 (PDT) Original-Path: usenet.stanford.edu!c1no374620igq.0!news-out.google.com!gi6ni537igc.0!nntp.google.com!c1no374616igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <38d1beb3-fffd-4718-ae10-be9646ac4a63@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2602:306:334f:a5e0:34d6:6f1d:10e2:9ffb; posting-account=IUdGewoAAACF9WtA3i8stuVyXNk2FqaH Original-NNTP-Posting-Host: 2602:306:334f:a5e0:34d6:6f1d:10e2:9ffb User-Agent: G2/1.0 Injection-Date: Sat, 19 Apr 2014 02:25:33 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204947 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97212 Archived-At: > Hans BKK wrote: >> yes, but I'm looking for a way to ID them specifically within the >> fbound cond rather than having them lumped in with the final (t >> "other" grouping: > > The currently-in-development Emacs 24.4 includes `macrop'[1]. I can't > vouch for what (if any) other versions it's appropriate for, but it did > succeed in a couple very basic experiments on 24.3.1. > > [1] > http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/subr.el?h=emacs-24#n2664 > > -- > John Mastro Excellent, thanks! I'd rather not start playing with dev monolithically at this early stage of my knowledge, and also need a stable platform for doing my testing over a few months. So should I try replacing that whole file or better to try just copying that function into my init.el?