From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: Generating a listing of all symbols (16K+) and labeling subsets Date: Fri, 18 Apr 2014 19:16:07 -0700 Message-ID: References: <38d1beb3-fffd-4718-ae10-be9646ac4a63@googlegroups.com> <80d0879e-b71f-49c0-8384-9108d5cdd4dc@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1397873808 31909 80.91.229.3 (19 Apr 2014 02:16:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2014 02:16:48 +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:16:43 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 1WbKpe-0007nh-Ui for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 04:16:43 +0200 Original-Received: from localhost ([::1]:40654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbKpe-0001yN-Fg for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 22:16:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbKpS-0001yF-5l for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 22:16:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbKpR-0002dU-6S for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 22:16:30 -0400 Original-Received: from mail-oa0-x234.google.com ([2607:f8b0:4003:c02::234]:54591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbKpR-0002bd-0l for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 22:16:29 -0400 Original-Received: by mail-oa0-f52.google.com with SMTP id l6so2404037oag.11 for ; Fri, 18 Apr 2014 19:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=znJSzsIxdN7W5gP9kwY6SybyHFN33yHbR/3ERi5Zg3w=; b=L2lkIe9t3v4t+mnfVBKot6Djz2GTDZerG7lgz1KSTDZNcKUN+L4eZrlw7b99HzQsCT sJ6FPdJm1WkMwFWZBTpgKTr9GDrijbG+9WMJPKMENANFIncNIEsPYn59V6XpNiDd1co3 XY5W6ek9TaLR3wQ+3qgajks044DXwdf8GX3IZLfFvsBQQXBtRCUwMXJunoiJyBPkUgB0 am52uQ2mDYObaliUaxqtO+I1GVpUiILNhQIhhPt4ftiIv+rlGONn+uPU0tm7jQcHHUln LPL9DWMrasfHH7JCnCO4EcJBkFiSs0In2S8w+R5Vxs1pwUGcUgGvumqLMVZ2OlS2XdmZ sY9g== X-Received: by 10.182.233.201 with SMTP id ty9mr19901459obc.29.1397873788087; Fri, 18 Apr 2014 19:16:28 -0700 (PDT) Original-Received: by 10.76.166.234 with HTTP; Fri, 18 Apr 2014 19:16:07 -0700 (PDT) In-Reply-To: <80d0879e-b71f-49c0-8384-9108d5cdd4dc@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::234 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:97211 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