From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: Minor feature idea Date: Fri, 23 Jan 2015 18:45:40 +0100 Message-ID: <85wq4d9yob.fsf@iznogoud.viz> References: <54C1803A.3020701@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422035285 6933 80.91.229.3 (23 Jan 2015 17:48:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2015 17:48:05 +0000 (UTC) Cc: Daniel Colascione , rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 23 18:48:00 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YEiKs-00031z-SG for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2015 18:47:59 +0100 Original-Received: from localhost ([::1]:60667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEiKs-0002Rv-BA for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2015 12:47:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEiKd-0002Re-RR for emacs-devel@gnu.org; Fri, 23 Jan 2015 12:47:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEiKY-0006VG-7S for emacs-devel@gnu.org; Fri, 23 Jan 2015 12:47:43 -0500 Original-Received: from b2bfep12.mx.upcmail.net ([62.179.121.57]:58951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEiKX-0006Uh-QU for emacs-devel@gnu.org; Fri, 23 Jan 2015 12:47:38 -0500 Original-Received: from edge11.upcmail.net ([192.168.13.81]) by b2bfep12.mx.upcmail.net (InterMail vM.8.01.05.11 201-2260-151-128-20120928) with ESMTP id <20150123174734.SSSK14748.b2bfep12-int.chello.at@edge11.upcmail.net> for ; Fri, 23 Jan 2015 18:47:34 +0100 Original-Received: from iznogoud.viz ([85.127.11.192]) by edge11.upcmail.net with edge id jVnZ1p00M48ca9R0BVnZYj; Fri, 23 Jan 2015 18:47:34 +0100 X-SourceIP: 85.127.11.192 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YEiKT-0000Pi-9U; Fri, 23 Jan 2015 18:47:33 +0100 Mail-Followup-To: Stefan Monnier , Daniel Colascione , rms@gnu.org, emacs-devel@gnu.org User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.179.121.57 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181687 Archived-At: On Thu, Jan 22 2015, Stefan Monnier wrote: > [Daniel Colascione wrote:] >> Another option is to repurpose the word movement bindings. I don't know >> what to think of that. Is a filename a "word"? > > No, words are smaller and have a well-defined meaning globally. There's the superword-mode buffer-local minor mode, though. When I do C-x C-f in emacs -Q --eval '(setq enable-recursive-minibuffers t)' I find that the syntax categories in the minibuffer are already perfectly set up for that, e.g., `/' has punctuation syntax and `.' has symbol syntax. Wolfgang