From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: show all the advise Date: Fri, 13 Jan 2012 17:58:44 +0000 Message-ID: <4F1070D4.3020705@gmail.com> References: <87lipcsc0a.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1326477541 19775 80.91.229.12 (13 Jan 2012 17:59:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2012 17:59:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: jidanni@jidanni.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 13 18:58:57 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RllOx-0000Cq-QH for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jan 2012 18:58:55 +0100 Original-Received: from localhost ([::1]:46991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RllOx-0003Kl-DR for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jan 2012 12:58:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RllOt-0003KW-Hd for help-gnu-emacs@gnu.org; Fri, 13 Jan 2012 12:58:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RllOs-0002v1-EB for help-gnu-emacs@gnu.org; Fri, 13 Jan 2012 12:58:51 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:55309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RllOs-0002ux-8g for help-gnu-emacs@gnu.org; Fri, 13 Jan 2012 12:58:50 -0500 Original-Received: by wgbdt13 with SMTP id dt13so3039567wgb.30 for ; Fri, 13 Jan 2012 09:58:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=6Mw5Q2aB1CGmNobz6ACFBU5AqCjoqdAEdkKQPq2su2w=; b=l6aiU5ltOq0FQgcsMGsU+i3guDei/EWvKdrjI4MINkicwEn1Q+ewUCDFZPr7TEeEJ2 sbCsX0BdYtMQVInQKl/XI6SmtzMFNn72OT1IEMAdVOUMDDvnlCRCDmZXvKi/leuJ/TZn xnQP2vJ1TNJcTxx/5WOaAvhPBq2jybGieNYCA= Original-Received: by 10.180.91.201 with SMTP id cg9mr3890336wib.15.1326477529057; Fri, 13 Jan 2012 09:58:49 -0800 (PST) Original-Received: from [192.168.0.7] (cpc1-aztw16-0-0-cust938.aztw.cable.virginmedia.com. [92.235.235.171]) by mx.google.com with ESMTPS id di5sm17158653wib.3.2012.01.13.09.58.46 (version=SSLv3 cipher=OTHER); Fri, 13 Jan 2012 09:58:47 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111224 Thunderbird/9.0.1 In-Reply-To: <87lipcsc0a.fsf@jidanni.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 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:83481 Archived-At: On 01/13/2012 12:05 AM, jidanni@jidanni.org wrote: > (info "(elisp) Advising Functions") should mention how to see all the > advice currently present. Just like > $ set > in bash shows all the shell variables. > I think it would be very nice actually, the question if it's actually possible..