unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#64281: [Feature Request] Recognize “#” syntax when reading local-variables
@ 2023-06-25 11:54 Shynur Xie
  2023-06-25 13:53 ` bug#64281: [Feature Request] Recognize “#” syntax Shynur Xie
  0 siblings, 1 reply; 7+ messages in thread
From: Shynur Xie @ 2023-06-25 11:54 UTC (permalink / raw)
  To: 64281

For example, if I want to use UTF-8-UNIX only for files directly under
directory DIR, and those under DIR/SUBDIR/ or its subdirectories, I
can write this way:

    ((nil . ((subdirs . nil)
               . #1=((coding . utf-8-unix))))
     ("SUBDIR" . ((nil . #1#))))

If “#” can be recognized when reading local-variables, we can write
“((coding . utf-8-unix))” only once.  Thanks.

--
shynur




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

end of thread, other threads:[~2023-06-26 12:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-25 11:54 bug#64281: [Feature Request] Recognize “#” syntax when reading local-variables Shynur Xie
2023-06-25 13:53 ` bug#64281: [Feature Request] Recognize “#” syntax Shynur Xie
2023-06-25 15:08   ` Eli Zaretskii
2023-06-25 15:46     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-06-25 16:16       ` Drew Adams
2023-06-26 10:21         ` Shynur Xie
2023-06-26 12:21       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

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).