all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* python-mode from plain txt-files?
@ 2020-05-06 19:13 Andreas Röhler
  2020-05-06 19:20 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Röhler @ 2020-05-06 19:13 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

from emacs -Q, when opening file with ending ".txt" which contains

#! /usr/bin/env python3

python-mode is started. Is this correct? Understand the mode is ruled
by a files ending, not just by some contents.

How to open such a file in fundamental-mode?
In the precise case python-mode hangs due to a very long line.

Thanks,
Andreas
GNU Emacs 28.0.50 (build 1, i686-pc-linux-gnu, GTK+ Version 3.14.5, 
cairo version 1.14.0) of 2020-04-06





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python-mode from plain txt-files?
  2020-05-06 19:13 python-mode from plain txt-files? Andreas Röhler
@ 2020-05-06 19:20 ` Eli Zaretskii
  2020-05-06 19:50   ` Andreas Röhler
  2020-05-06 19:52   ` Andreas Röhler
  0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2020-05-06 19:20 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Andreas Röhler <andreas.roehler@easy-emacs.de>
> Date: Wed, 6 May 2020 21:13:47 +0200
> 
> from emacs -Q, when opening file with ending ".txt" which contains
> 
> #! /usr/bin/env python3
> 
> python-mode is started. Is this correct? Understand the mode is ruled
> by a files ending, not just by some contents.

That's a simplification.  The full story is described in the ELisp
manual, under set-auto-mode (node "Auto Major Mode").

> How to open such a file in fundamental-mode?

"M-x fundamental-mode RET"?

Or temporarily disable interpreter-mode-alist.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python-mode from plain txt-files?
  2020-05-06 19:20 ` Eli Zaretskii
@ 2020-05-06 19:50   ` Andreas Röhler
  2020-05-07  2:28     ` Eli Zaretskii
  2020-05-06 19:52   ` Andreas Röhler
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Röhler @ 2020-05-06 19:50 UTC (permalink / raw)
  To: help-gnu-emacs


On 06.05.20 21:20, Eli Zaretskii wrote:
>> From: Andreas Röhler <andreas.roehler@easy-emacs.de>
>> Date: Wed, 6 May 2020 21:13:47 +0200
>>
>> from emacs -Q, when opening file with ending ".txt" which contains
>>
>> #! /usr/bin/env python3
>>
>> python-mode is started. Is this correct? Understand the mode is ruled
>> by a files ending, not just by some contents.
> That's a simplification.  The full story is described in the ELisp
> manual, under set-auto-mode (node "Auto Major Mode").
>
>> How to open such a file in fundamental-mode?
> "M-x fundamental-mode RET"?
Than Emacs hangs already, it's not accessible any more.
>
> Or temporarily disable interpreter-mode-alist

When evaluating in scratch-buffer

(setq auto-mode-alist nil)

python-mode still appears.

Isn't it a bug? IMO files with ending ".txt" shouldn't be set in any 
programming language mode.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python-mode from plain txt-files?
  2020-05-06 19:20 ` Eli Zaretskii
  2020-05-06 19:50   ` Andreas Röhler
@ 2020-05-06 19:52   ` Andreas Röhler
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Röhler @ 2020-05-06 19:52 UTC (permalink / raw)
  To: help-gnu-emacs


> Or temporarily disable interpreter-mode-alist.
>
Okay, thanks, that works.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python-mode from plain txt-files?
  2020-05-06 19:50   ` Andreas Röhler
@ 2020-05-07  2:28     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2020-05-07  2:28 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Andreas Röhler <andreas.roehler@easy-emacs.de>
> Date: Wed, 6 May 2020 21:50:12 +0200
> 
> > Or temporarily disable interpreter-mode-alist
> 
> When evaluating in scratch-buffer
> 
> (setq auto-mode-alist nil)
> 
> python-mode still appears.
> 
> Isn't it a bug?

No.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-07  2:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06 19:13 python-mode from plain txt-files? Andreas Röhler
2020-05-06 19:20 ` Eli Zaretskii
2020-05-06 19:50   ` Andreas Röhler
2020-05-07  2:28     ` Eli Zaretskii
2020-05-06 19:52   ` Andreas Röhler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.