From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/3] emacs: Add "c" key binding to copy a button link. Date: Sun, 09 Nov 2014 18:40:02 +0100 Message-ID: <878ujkuvbh.fsf@gnu.org> References: <87h9y8bwds.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnWTF-00079B-EQ for guix-devel@gnu.org; Sun, 09 Nov 2014 12:40:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnWT6-0003xC-6j for guix-devel@gnu.org; Sun, 09 Nov 2014 12:40:13 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:51213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnWT5-0003uu-VH for guix-devel@gnu.org; Sun, 09 Nov 2014 12:40:04 -0500 In-Reply-To: <87h9y8bwds.fsf@gmail.com> (Alex Kost's message of "Sun, 09 Nov 2014 11:39:43 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > I think it may be useful to copy the current URL or file path by > pressing "c". > > > From c55a306d9a0588b3950e2905fb288200c27faa84 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 8 Nov 2014 20:13:32 +0300 > Subject: [PATCH 1/3] emacs: Add "c" key binding to copy a button link. > > * emacs/guix-info.el (guix-info-button-map): New variable. > (guix-info-button-copy-label): New procedure. > * doc/emacs.texi (Emacs Info buffer): Mention a "c" key binding. > (Emacs Keymaps): Add 'guix-info-button-map'. Sure, please push, thanks! Ludo=E2=80=99.