From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: bug-reference.el: Allow custom handlers for opening URLs Date: Tue, 05 May 2020 21:55:28 +0200 Message-ID: <86k11qdumn.fsf@gnu.org> References: <87h7wx4d24.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="17227"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 05 21:56:42 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jW3gH-0004O8-SB for ged-emacs-devel@m.gmane-mx.org; Tue, 05 May 2020 21:56:41 +0200 Original-Received: from localhost ([::1]:48440 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jW3gG-0001uX-TW for ged-emacs-devel@m.gmane-mx.org; Tue, 05 May 2020 15:56:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39798) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jW3fo-0001MS-B1 for emacs-devel@gnu.org; Tue, 05 May 2020 15:56:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34774) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jW3fo-0000EM-2c for emacs-devel@gnu.org; Tue, 05 May 2020 15:56:12 -0400 Original-Received: from p5b326848.dip0.t-ipconnect.de ([91.50.104.72]:52264 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jW3fn-0002tx-BY for emacs-devel@gnu.org; Tue, 05 May 2020 15:56:11 -0400 In-Reply-To: <87h7wx4d24.fsf@gnu.org> (Tassilo Horn's message of "Sun, 03 May 2020 10:50:43 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:249030 Archived-At: Hi Tassilo, Tassilo Horn writes: > Oh, and how do I correctly write #'my-function in a docstring so that > the ' doesn't get displayed differently? I'm not sure if this question was also answered but are you looking for #\\='my-function ? Best, Arash