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 19:22:22 +0100 Message-ID: <87txd6jue9.fsf@bzg.ath.cx> References: <87zjn0gmas.fsf@bzg.ath.cx> <87fvorbjuh.fsf@bzg.ath.cx> <87r48aaog5.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389723757 16926 80.91.229.3 (14 Jan 2014 18:22:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2014 18:22:37 +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 19:22:43 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 1W38dO-0000tf-T5 for ged-emacs-devel@m.gmane.org; Tue, 14 Jan 2014 19:22:43 +0100 Original-Received: from localhost ([::1]:50031 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W38dO-0002UC-E9 for ged-emacs-devel@m.gmane.org; Tue, 14 Jan 2014 13:22:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W38dH-0002Ry-Kd for emacs-devel@gnu.org; Tue, 14 Jan 2014 13:22:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W38dA-0000cE-7v for emacs-devel@gnu.org; Tue, 14 Jan 2014 13:22:35 -0500 Original-Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:40338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W38dA-0000bE-1f; Tue, 14 Jan 2014 13:22:28 -0500 Original-Received: by mail-wi0-f169.google.com with SMTP id e4so2904979wiv.4 for ; Tue, 14 Jan 2014 10:22:27 -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=IW05rpwVX/MImGiYNNH+2SCBUSx8LXd+KfoLQAp4b4E=; b=rg8PkZPSMHhcIgvdTt4u21kKaEi4YcYxrHdMpxd9S3r26aZTJwDq5Eu4G+5LAXkP5/ 7Pi4oStztkHAh5WmEIwGEvFo0AyN3hucgUst0mswJd34T7jJXUxw5FD2Wj+/48iwKG2p /vpXZuHC4uRg5MnPfm44tnobvrpYJykbDCJWJUcq6iO4V8BxVXaENrFbXOtmPmrIc/Sn n2TZBTNbg7kpk15BsfXwIT80f0zs1qI6e3cLhA91byDYwWUCYV442v/2mIhmJ43umBmm jPnVwYzphoEzabqduHf1k2M3ayy5w+ZQqOLx488c29+Qz9D7cMAA6njyBwGHxwTEWi+j BZhw== X-Received: by 10.180.108.132 with SMTP id hk4mr4468688wib.12.1389723747146; Tue, 14 Jan 2014 10:22:27 -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 fp4sm24366745wic.11.2014.01.14.10.22.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jan 2014 10:22:26 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id A0A5C1C20860; Tue, 14 Jan 2014 19:22:22 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Tue, 14 Jan 2014 12:58:16 -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:c05::229 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:168378 Archived-At: Stefan Monnier writes: >>> 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? > > You're missing "you try to jump to the source". Well, that's because define-alternatives already lets me jump to the source -- see my answer to Nicolas (with video inside :) -- Bastien