From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Tue, 14 Jan 2014 10:43:22 +0100 Message-ID: <87r48aaog5.fsf@bzg.ath.cx> 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 1389692614 22108 80.91.229.3 (14 Jan 2014 09:43:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2014 09:43:34 +0000 (UTC) Cc: lekktu@gmail.com, Richard Stallman , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 14 10:43:40 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 1W30X5-0007y5-Kg for ged-emacs-devel@m.gmane.org; Tue, 14 Jan 2014 10:43:39 +0100 Original-Received: from localhost ([::1]:47283 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W30X5-0001uL-8v for ged-emacs-devel@m.gmane.org; Tue, 14 Jan 2014 04:43:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W30Wx-0001uC-OD for emacs-devel@gnu.org; Tue, 14 Jan 2014 04:43:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W30Ws-0001lo-DJ for emacs-devel@gnu.org; Tue, 14 Jan 2014 04:43:31 -0500 Original-Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:59862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W30Ws-0001lh-6Y; Tue, 14 Jan 2014 04:43:26 -0500 Original-Received: by mail-wg0-f44.google.com with SMTP id l18so133693wgh.35 for ; Tue, 14 Jan 2014 01:43:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=q2Tvfhlh8hGfaNFvLDw0UC5BHWTPhQT4HUY0D4JQYfU=; b=lsH6lbY/ZSZ843bx6kpjitRjh3ls2e6Sfthhkhf6SWbhvqBrG7+bL8tRkJq3utYfeX zl4oy4O16ncVEqjqkJJiauTyD/2GBRSS4XPj8yLA4A1HCiyPXkJ3wt4F+UMsCQsF2FCg lEoUeoK3+lo/Jn0azpaPUdCHRUEn4xkbfQg/UzUtbKvpfuxkv2mQwHxxda8sZA20WpZ+ jg+IRhaHIWsAqOp5voaavFh6B6V7Fu7csrO+dSgrEoC9I3QV6Vd1giv5F2DGyPkjE7wa vQWNNETZvd+g2BChICWgMuy3nFMOCzjhiDMxsL0Im65ZgZLg24WHt0mm3mBgqC1NcAbl bmmw== X-Received: by 10.194.192.233 with SMTP id hj9mr1088989wjc.78.1389692605132; Tue, 14 Jan 2014 01:43:25 -0800 (PST) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPSA id v7sm22294427wix.5.2014.01.14.01.43.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jan 2014 01:43:24 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 3ED1F1C20860; Tue, 14 Jan 2014 10:43:22 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Mon, 13 Jan 2014 19:00:51 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22c 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:168345 Archived-At: Stefan Monnier writes: >>> 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. M-: (define-alternatives web) RET C-h web-alternatives RET will display a correct docstring for `web-alternatives'. What am I missing? -- Bastien