From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Should diff.elisp.xfuncname match cl-lib macros? Date: Sun, 17 Mar 2019 21:14:20 -0400 Message-ID: References: <87wol0qecg.fsf@tcd.ie> <87a7hug7ld.fsf@tcd.ie> <83imwiydnr.fsf@gnu.org> <87sgvlzf6b.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="4898"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: "Basil L. Contovounesios" , Eli Zaretskii , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 18 02:34:24 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h5hAW-0001By-3A for ged-emacs-devel@m.gmane.org; Mon, 18 Mar 2019 02:34:24 +0100 Original-Received: from localhost ([127.0.0.1]:34159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5hAV-0005tb-3s for ged-emacs-devel@m.gmane.org; Sun, 17 Mar 2019 21:34:23 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:44902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5h9k-0005sx-QY for emacs-devel@gnu.org; Sun, 17 Mar 2019 21:33:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5gr9-0002iu-Do for emacs-devel@gnu.org; Sun, 17 Mar 2019 21:14:23 -0400 Original-Received: from mail01.iro.umontreal.ca ([132.204.25.201]:42374) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5gr9-0002iF-2w for emacs-devel@gnu.org; Sun, 17 Mar 2019 21:14:23 -0400 Original-Received: from mail01.iro.umontreal.ca (mail01.iro.umontreal.ca [127.0.0.1]) by mail01.iro.umontreal.ca (Postfix) with ESMTP id AE0E980710A1 for ; Sun, 17 Mar 2019 21:14:22 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; h=content-transfer-encoding:content-type:content-type :mime-version:user-agent:in-reply-to:date:date:references :message-id:subject:subject:to:from:from; s=dkim; t=1552871661; x=1553735662; bh=aQisvHqh7226c+ukDEmKfiwTAh0ONisO7f7HVyEiI2A=; b= RZA643pN6B2bwEI7v2X3gF/SytGI0ohY9DJRtPGmQI1nXZzWktTVgjtRFkS3Jnns F+q0bBdz1g7HG0sxuiwJAYcihJiiQ6jvbXbHybwjKNoleuB5kGR57ai9Nexod4Aj /nFvyhb8oNNBxeArAHEH+dU/Eoc3iiQVkOkVJdiJlGtX/PhXHn1X83ddYsHslNnK NNN4V/tt3lYWKIjW/moRFVVHur+PfeqYGAty3Z0odAyRLzI/X+9KVTVIfZ/+tedJ Jegbt6zR9dbVAUxh9KtedvbNblV6k8zpattSZjdOr4srVMTHQKqxnixkpTX17076 YMvcSLiti1lQeb4J11dPjw== X-Virus-Scanned: amavisd-new at iro.umontreal.ca Original-Received: from mail01.iro.umontreal.ca ([127.0.0.1]) by mail01.iro.umontreal.ca (mail01.iro.umontreal.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nsk4k_qgkwou for ; Sun, 17 Mar 2019 21:14:21 -0400 (EDT) Original-Received: from pastel (unknown [45.72.131.229]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 67CB08071081; Sun, 17 Mar 2019 21:14:21 -0400 (EDT) In-Reply-To: <87sgvlzf6b.fsf@mail.linkov.net> (Juri Linkov's message of "Sun, 17 Mar 2019 23:33:12 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.201 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:234311 Archived-At: > Maybe this feature could be used by =E2=80=98C-x v h=E2=80=99 (vc-region-= history) > in case when there is no active region. Currently it signals > an error "The mark is not active now", but could use the name > of the current defun for '-L :defun:filename'. Wouldn't mark-defun give a better result (i.e. let the major mode determine the corresponding region rather than rely on Git's xfuncname)? Stefan