From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Mon, 13 Jan 2014 19:00:51 -0500 Message-ID: References: <87zjn0gmas.fsf@bzg.ath.cx> <87fvorbjuh.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389657673 1697 80.91.229.3 (14 Jan 2014 00:01:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2014 00:01:13 +0000 (UTC) Cc: lekktu@gmail.com, Richard Stallman , emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 14 01:01:19 2014 Return-path: Envelope-to: ged-emacs-devel@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 1W2rRV-0003Td-9U for ged-emacs-devel@m.gmane.org; Tue, 14 Jan 2014 01:01:17 +0100 Original-Received: from localhost ([::1]:45715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2rRU-00066o-Vb for ged-emacs-devel@m.gmane.org; Mon, 13 Jan 2014 19:01:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2rRK-00065m-Rd for emacs-devel@gnu.org; Mon, 13 Jan 2014 19:01:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2rRD-0008MF-Il for emacs-devel@gnu.org; Mon, 13 Jan 2014 19:01:06 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2rR5-0008LK-UP; Mon, 13 Jan 2014 19:00:51 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAs0EhQYDSSIHgbBLY0Og3wDiGGcGYFegxU X-IPAS-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAs0EhQYDSSIHgbBLY0Og3wDiGGcGYFegxU X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="44867073" Original-Received: from 76-10-140-163.dsl.teksavvy.com (HELO pastel.home) ([76.10.140.163]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 13 Jan 2014 19:00:51 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 11FA260791; Mon, 13 Jan 2014 19:00:51 -0500 (EST) In-Reply-To: <87fvorbjuh.fsf@bzg.ath.cx> (Bastien's message of "Mon, 13 Jan 2014 23:25:10 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168330 Archived-At: >> This calling convention has the drawback that (define-alternatives web) >> isn't recognized as a definition for the variable web-alternatives. > I'm not sure I understand. If you try to jump to the source from "C-h v web-alternatives", Emacs won't find the right spot. You should be able to work around this use by adding to the macro something like (put ',varname 'definition-name ',cmdname) -- Stefan