all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Masatake YAMATO <yamato@redhat.com>
Cc: emacs-devel@gnu.org
Subject: Re: syntax table in minibuffer
Date: Tue, 13 Sep 2011 09:48:09 -0400	[thread overview]
Message-ID: <jwvobyoo973.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20110912.164715.1974724792433839746.yamato@redhat.com> (Masatake YAMATO's message of "Mon, 12 Sep 2011 16:47:15 +0900 (JST)")

> Thank you. I've implemented base on your hit. 
> New behaviors of \M-\C-f and \M-\C-b in \C-x\C-f are nice.
> I'd like you to include this into the offcial Emacs source tree.

I'm not sure we want that by default.

> We are in feature-freeze stage. What shoud I do?
> Should I submit this to bug tracking system?

Please do so, yes.

> +(defvar minibuffer-local-filename-syntax 
> +  (let ((table (make-syntax-table)))
> +    (mapc
> +     (lambda (c)
> +       (modify-syntax-entry c "_" table))
> +     '(?~ ?` ?! ?@ ?# ?$ ?% ?^ ?& ?* ?( ?) ?- ?_ ?= ?+ 
> +	  ?{ ?} ?[ ?] ?| ?\; ?\" ?'
> +	  ?, ?< ?. ?> ??))

Why this particular list?  Please represent the list of chars in a way
that makes it more clear why it's chosen that way.


        Stefan



  reply	other threads:[~2011-09-13 13:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09 23:00 syntax table in minibuffer Masatake YAMATO
2011-09-10  1:44 ` Stefan Monnier
2011-09-12  7:47   ` Masatake YAMATO
2011-09-13 13:48     ` Stefan Monnier [this message]
2011-09-13 14:17       ` Masatake YAMATO
2011-09-13 18:22         ` Stefan Monnier
2011-09-15  8:56           ` Masatake YAMATO
2011-09-15 13:09             ` Stefan Monnier
2011-09-15 14:18               ` Masatake YAMATO

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

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

  git send-email \
    --in-reply-to=jwvobyoo973.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=yamato@redhat.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.
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.