unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: tfed--- via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: bug#73530: GNU Emacs 29.4; Opens scripts in Markdown Mode, if the path mentions `md`
Date: Sat, 28 Sep 2024 16:21:52 +0200 (CEST)	[thread overview]
Message-ID: <O7t-Xbq--B-9@tutamail.com> (raw)
In-Reply-To: <O7spZPY--B-9@tutamail.com>

Nope, it was my mistake...

I've added this extra code into my `.emacs` config:

```el
;; My Extra Code

;; Markdown Mode
(autoload 'markdown-mode "markdown-mode.el"
   "Major mode for editing Markdown files" t)
(setq auto-mode-alist
   (cons '("\.md" . markdown-mode) auto-mode-alist))
```


-- 
 Sent with Tuta; enjoy secure & ad-free emails: 
 https://tuta.com


Sep 28, 2024, 15:33 by tfed@tutamail.com:

> Mistook all files that are including `md` two characters in the path,
> as a markdown files.
>
> foo.py = opens in python-mode
> cmd.py, cmds.py = opened within markdown-mode
>
> --
> Sent with Tuta; enjoy secure & ad-free emails:
> https://tuta.com
>



  reply	other threads:[~2024-09-28 14:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-28 13:33 bug#73530: GNU Emacs 29.4; Opens scripts in Markdown Mode, if the path mentions `md` tfed--- via Users list for the GNU Emacs text editor
2024-09-28 14:21 ` tfed--- via Users list for the GNU Emacs text editor [this message]
2024-09-28 16:44   ` Yuri Khan
2024-09-29  7:13   ` tfed--- via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=O7t-Xbq--B-9@tutamail.com \
    --to=help-gnu-emacs@gnu.org \
    --cc=tfed@tutamail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).