GNU bug report logs - #27487
[PATCH] Associate .pyi with python-mode

Previous Next

Package: emacs;

Reported by: Ville Skyttä <ville.skytta <at> iki.fi>

Date: Sun, 25 Jun 2017 17:20:01 UTC

Severity: minor

Tags: patch

Fixed in version 26.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27487: closed ([PATCH] Associate .pyi with python-mode)
Date: Wed, 05 Jul 2017 19:23:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 05 Jul 2017 15:22:30 -0400
with message-id <fv7ezmd6yx.fsf <at> fencepost.gnu.org>
and subject line Re: bug#27487: [PATCH] Associate .pyi with python-mode
has caused the debbugs.gnu.org bug report #27487,
regarding [PATCH] Associate .pyi with python-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
27487: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27487
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ville Skyttä <ville.skytta <at> iki.fi>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Associate .pyi with python-mode
Date: Sun, 25 Jun 2017 09:46:02 +0300
https://www.python.org/dev/peps/pep-0484/#id43

* lisp/progmodes/python.el (auto-mode-alist): Add .pyi.
---
 lisp/progmodes/python.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 464b931..6f16912 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -273,7 +273,7 @@
 (autoload 'help-function-arglist "help-fns")
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist (cons (purecopy "\\.pyw?\\'")  'python-mode))
+(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode))
 ;;;###autoload
 (add-to-list 'interpreter-mode-alist (cons (purecopy "python[0-9.]*") 'python-mode))
 
-- 
2.9.4



[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 27487-done <at> debbugs.gnu.org
Subject: Re: bug#27487: [PATCH] Associate .pyi with python-mode
Date: Wed, 05 Jul 2017 15:22:30 -0400
Version: 26.1

Thanks; done in 94b2e1f.



This bug report was last modified 7 years and 327 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.