From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Return list of variables name symbols (or strings) in Emacs Lisp (programmatically) Date: Tue, 22 Sep 2015 03:12:27 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1442884362 22821 80.91.229.3 (22 Sep 2015 01:12:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Sep 2015 01:12:42 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 22 03:12:41 2015 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 1ZeC8N-0007Qx-Of for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Sep 2015 03:12:39 +0200 Original-Received: from localhost ([::1]:35190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeC8M-0008HH-QQ for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2015 21:12:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeC8D-0008Gy-Gs for help-gnu-emacs@gnu.org; Mon, 21 Sep 2015 21:12:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeC8C-00070L-Mz for help-gnu-emacs@gnu.org; Mon, 21 Sep 2015 21:12:29 -0400 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:36262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeC8C-0006zV-Eu for help-gnu-emacs@gnu.org; Mon, 21 Sep 2015 21:12:28 -0400 Original-Received: by lanb10 with SMTP id b10so78511318lan.3 for ; Mon, 21 Sep 2015 18:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=u7l7TZ4wc2Z3spNrREh29sONCUnC62566I6vNI/n7nA=; b=drzwullSzowj2qIVXbF6wkucDjHy1l0Q2BcRcA/F6itRaMTX1jM5NEz0Fz32/CGUPU cP3+JBnv0VIevdxfXXib80VbfSweaCfPl+xQ6k6LLNjO5AhE8vdJuO3SQvwRCDgiemBZ JTPoY6HN/BRGiUC6Ven+MKwm/ztKiI6/3zCuHMufUuGGMPB7zmf/qROosEFQA1syTU3t 3eNT3UEIaJQScEjD+vol71wqstWA1CwJUQ5XyPS7FlxyL72p3HFUr0mYT3+KKI8YVr2k ZHykAsPh6bvTabZcnBxHAc1DaN8JbrJ42Sha7949HMIPJnoB8XhMn2JXoyHk9/mNiDN3 dG7g== X-Received: by 10.152.161.232 with SMTP id xv8mr8966144lab.32.1442884347135; Mon, 21 Sep 2015 18:12:27 -0700 (PDT) Original-Received: by 10.112.135.70 with HTTP; Mon, 21 Sep 2015 18:12:27 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a 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:107271 Archived-At: Hello, When doing C-h v magit*section-map TAB, the corresponding completion list is shown. Is there an equivalent function which would accept such a wild card and return the same list? E.g. (var-symbols "magit*section-map") Regards, Alexander