all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* subword-mode
@ 2009-11-25  4:26 Stefan Monnier
  2009-11-25  5:22 ` subword-mode Miles Bader
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2009-11-25  4:26 UTC (permalink / raw)
  To: emacs-devel

I just bumped into find-word-boundary-function-table, which lead me to
its only user: cap-words.el.

It seems both subword.el and cap-words.el provide the same feature (tho
cap-words.el is obviously not good at advertising itself, ahem).


        Stefan




^ permalink raw reply	[flat|nested] 6+ messages in thread
* subword-mode
@ 2014-10-25 11:47 Sam Halliday
  0 siblings, 0 replies; 6+ messages in thread
From: Sam Halliday @ 2014-10-25 11:47 UTC (permalink / raw)
  To: help-gnu-emacs

Hello all,

I'm trying to get subword-mode enabled so that it is the default for forward/backward word backward-kill-word. I am unfortunately experiencing two problems and I hope this list can assist me:

1. There doesn't appear to be a setting to globally replace the basic forward/backward, so I am falling back to rebinding my keys manually... is this the only way to do it?

2. My primary use of emacs is to edit Scala source code and the subword-mode doesn't always do the right thing. For example, in the following code:

 def canBuildFromFormat[F, E, T]()(
    implicit
    cbf: CanBuildFrom[F, E, T],
    ef: SexpFormat[E]
  ): SexpFormat[T] = ???

if the point is after ???, I would expect a subword-backward to bring me to the start of the ??? (or at least to the =)... but instead it brings me all the way back to the [T. This is particularly annoying when using subword-backward-kill.

Is there a way to define some (possibly language-specific) word boundaries for special characters and make it more source code friendly?


Best regards,
Sam

PS: I opened a related ticket on scala-mode2 https://github.com/hvesalai/sbt-mode/issues/22 incase it makes sense to add such customisations to the scala-mode2 itself.


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

end of thread, other threads:[~2014-10-25 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25  4:26 subword-mode Stefan Monnier
2009-11-25  5:22 ` subword-mode Miles Bader
2009-11-25  7:58   ` subword-mode Tassilo Horn
2009-11-25  9:31     ` subword-mode Miles Bader
2009-11-25 14:19   ` subword-mode Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2014-10-25 11:47 subword-mode Sam Halliday

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.