all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Holger Sparr <sparr+usenet@mfk.tu-dresden.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Underscore in filenames and M-x locate
Date: Thu, 03 May 2007 09:48:20 +0200	[thread overview]
Message-ID: <lnslae2vqz.fsf@mfk.tu-dresden.de> (raw)
In-Reply-To: mailman.157.1178173621.32220.help-gnu-emacs@gnu.org


Kevin Rodgers wrote:

> Holger Sparr wrote:
>> When using M-x locate the default pattern to use is evaluated by
>> `locate-word-at-point'. 
>>
>> Why isn't the Underscore included in the expression of characters to
>> skip for a sensible default value?
>
> Uh, because underscore is not a _word_ constituent character?
> Still, locate-word-at-point could be changed to use \sw instead
> of [-a-zA-Z0-9.]

Neither is [.]. 

>> Possibly the expression could be customized by the user or the active
>> region could be passed as the search-string.
>
> You could try:
>
> (require 'locate)
> (defalias 'locate-word-at-point 'word-at-point)
> (autoload 'word-at-point "thingatpt")
>
> or:
>
> (require 'locate)
> (defalias 'locate-word-at-point
> 	  (lambda () (symbol-name symbol-at-point)))

Of course I can do that. But if "_" is a proper character in filenames
then why not change the default.

Thanks for your answer.

Holger

-- 

  parent reply	other threads:[~2007-05-03  7:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-02 14:13 Underscore in filenames and M-x locate Holger Sparr
2007-05-03  6:19 ` Kevin Rodgers
     [not found] ` <mailman.157.1178173621.32220.help-gnu-emacs@gnu.org>
2007-05-03  7:48   ` Holger Sparr [this message]
2007-05-04  6:54     ` Kevin Rodgers
     [not found]     ` <mailman.210.1178262073.32220.help-gnu-emacs@gnu.org>
2007-05-04 10:29       ` Proposal for new default (was: Underscore in filenames and M-x locate) Holger Sparr
2007-05-04 14:08         ` Peter Dyballa

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=lnslae2vqz.fsf@mfk.tu-dresden.de \
    --to=sparr+usenet@mfk.tu-dresden.de \
    --cc=help-gnu-emacs@gnu.org \
    /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.