427 Commits

Author SHA1 Message Date
Damien Cassou
b880554d04 Fix typos (#359)
Typos found with codespell.
2019-12-10 09:59:45 -08:00
Magnar Sveen
b9b851a767
Merge pull request #358 from renatofdds/master
Faster line-number-at-pos calculation
2019-08-20 09:49:53 +02:00
Renato Ferreira
b39e9631d6 Faster line-number-at-pos calculation 2019-08-18 13:44:55 -03:00
Magnar Sveen
5ffb19af48
Update README.md 2019-03-21 06:57:00 +01:00
Magnar Sveen
a730c414b1
Update README.md 2019-03-20 18:12:37 +01:00
Magnar Sveen
fc6a6a7462
Merge pull request #355 from flatwhatson/lazy-list-file
Load mc/list-file as late as possible
2019-03-17 13:11:44 +01:00
Andrew Whatson
d27870dff3 Load mc/list-file as late as possible
Previously the list file was loaded immediately upon loading
`multiple-cursors-core`.  This doesn't work well with modern autoloading
emacs configurations, where customisation is mostly done in
`eval-after-load` hooks; the default file location is loaded, *then*
the value of `mc/list-file` is changed, and everyone is confused.
2019-03-13 13:40:58 +10:00
Magnar Sveen
5ff2071fac
Merge pull request #351 from jrosdahl/dabbrev-expand
Add dabbrev state variables to mc/cursor-specific-vars
2019-02-24 13:46:09 +01:00
Joel Rosdahl
9980faa21f Add dabbrev state variables to mc/cursor-specific-vars
Fixes #142.
2019-02-24 13:28:36 +01:00
Matus Goljer
6a7c3c0853 Fix whitespace 2018-09-13 14:37:07 +02:00
Matus Goljer
8172edd05a Realign the file according to Elisp conventions 2018-09-13 14:26:58 +02:00
Matus Goljer
3f382d2c8f Move variables before first use 2018-09-13 14:26:38 +02:00
Magnar Sveen
9c49874fa4
Merge pull request #333 from drrlvn/patch-1
Make "no more matches found." user-error, fix #218
2018-06-15 14:18:37 +02:00
Dror Levin
038815b2b9
Make "no more matches found." user-error, fix #218 2018-06-06 22:33:08 +03:00
Magnar Sveen
75dd6bf83a
Merge pull request #327 from notetiene/master
Add customization group definition
2018-04-06 22:50:01 +02:00
Etienne
35ff8b5ef1 Add customization group definition
* multiple-cursors.el (multiple-cursors): Add the multiple-cursor
  group definition.
2018-04-06 15:31:54 -04:00
Magnar Sveen
e419903612
Merge pull request #324 from mkcms/master
Always call `mark` with `mark-even-if-inactive` set to t
2018-04-06 14:47:29 +02:00
Magnar Sveen
0e49fecc18
Merge pull request #326 from pstray/issue325
Add temporary-goal-column to mc/cursor-specific-vars
2018-03-20 15:47:49 +01:00
Peder Stray
eba10208fc Add temporary-goal-column to mc/cursor-specific-vars 2018-03-20 11:25:08 +01:00
Michał K
f628df72a1 Always call mark with mark-even-if-inactive set to t 2018-03-12 16:18:22 +01:00
bb2020
1075270008 Added mc/interactive-repeating-commands (#303)
* Added mc/interactive-repeating-commands

* simplify mc/interactive-repeating-commands

* simplify mc/interactive-repeating-commands

* removed mc/interactive-repeating-commands

* added mc/repeat-command

* rebound mc/repeat-command

* blacklisted repeat-complex-command

* added mc/always-repeat-command

* added mc/repeat-command tests
2017-09-08 14:52:47 -07:00
Jules Tamagnan
e048e04bd8 Fix #271: The command yank can't work
It seems that this may be a windows specific issue given the version
strings that @moyotar and @dertuxmalwieder have posted. As a
workaround it should be safe to add the arguments that current-kill
needs to the defadvice. current-kill has had the same arguments for
the past 25 years, since it was first added.
2017-08-31 16:33:49 -07:00
Magnar Sveen
6f183a1e82 Merge pull request #304 from angadgill92/master
Fix minor error
2017-08-30 06:48:45 +02:00
Angad Pal
f33cdd4935 Fix minor error
- replace "... does not well ..." with "... does not do well ..."
2017-08-30 07:48:31 +05:30
Magnar Sveen
18f992bff5 Merge pull request #290 from raxod502/feat/silent-load
Don't display message while loading mc/list-file
2017-08-13 09:38:48 +02:00
Magnar Sveen
f6bac949a0 Add note about M-x 2017-08-11 13:29:04 +02:00
Magnar Sveen
e14fdb77a1 Merge pull request #298 from Quasilyte/update_readme
README: added a note about newlines in "tips and tricks"
2017-07-30 16:46:20 +02:00
quasilyte
d2766bc215 tips and tricks: add note about <return> and newlines; if it is not default, let it at least be more discoverable 2017-07-30 17:36:16 +03:00
Josh Hunsaker
c94566597a Merge pull request #294 from nispio/fix-293
Fix bug in mc/mark-all-in-region-regexp. Fixes #293
2017-07-13 18:47:10 -07:00
Josh Hunsaker
7cb18b8aec Fix bug in mc/mark-all-in-region-regexp. Fixes #293 2017-06-29 16:30:04 -07:00
Radon Rosborough
fa91dfb9bd Don't display message while loading mc/list-file 2017-06-15 16:12:28 -07:00
Magnar Sveen
ddbe3ae932 Merge pull request #278 from shlomme/master
Add ivy-done to the commands that are only executed once by default
2017-02-15 14:52:02 +01:00
Torsten Marek
616fd84891 Add ivy-done (from ivy) to the list of commands that are only executed once by default.
ivy-done is the value of this-original-command when invoking mc/ functions when ivy mode is active.
2017-02-14 17:40:47 +01:00
Jules Tamangan
632768113d Merge pull request #267 from Fuco1/master
Make mc/list-file into defcustom
2016-10-21 14:31:53 -07:00
Matus Goljer
277aef4f0b Make mc/list-file into defcustom 2016-09-22 17:56:48 +02:00
Jules Tamagnan
dfaf6215fc Fix #254; remove mc/mark-next-like-this-extended 2016-08-01 23:55:09 -04:00
Magnar Sveen
95f2e41fab Add @AndreaOrru to list of contributors 2016-07-19 11:18:12 +02:00
Magnar Sveen
8e59a8a226 Merge pull request #262 from AndreaOrru/master
mark-previous-like-this-word/symbol.
2016-07-19 11:16:38 +02:00
Andrea Orru
6d8c6fcc83 Pass tests. 2016-07-18 14:56:26 +02:00
Andrea Orru
67d6579eab Updated tests, README. 2016-07-17 16:40:56 +02:00
Andrea Orru
21e48250ec mc/mark-previous-like-this-word/symbol. 2016-07-17 02:56:48 +02:00
jules tamagnan
ad95d287c7 Update docstring of mc/cursor-is-bar 2016-07-05 10:07:06 -04:00
jules tamagnan
60b9ef8347 Updated readme according to `mc/always-run-for-all
Related to #256 by @bb2020
2016-07-05 06:26:07 -04:00
jules tamagnan
d9a6047d1a Fix mc/cursor-is-bar as per @cpitclaudel 2016-07-05 06:07:57 -04:00
Jules Tamangan
8413969a97 Merge pull request #253 from jtamagnan/fake-bar-cursor
When cursor-type is bar, mc/cursors appear as bars
2016-06-16 17:04:58 -04:00
Jules Tamangan
2ccfc74bf4 Merge pull request #252 from bb2020/master
Add defcustom boolean `mc/always-run-for-all`. When non-nil every command will be run for every cursor
2016-06-09 16:11:55 -04:00
bb2020
d26cecd53a added always-run-for-all 2016-06-09 23:06:48 +03:00
bb2020
2329611a41 Merge remote-tracking branch 'upstream/master' 2016-06-09 22:45:19 +03:00
bb2020
fd847ae6e7 added mc/always-run-for-all 2016-06-09 22:41:51 +03:00
Jules Tamagnan
be149f9121 Create customizable mc/insert-numbers-default
This commit fulfills the feature request from #248 and creates a
customizable variable called mc/insert-numbers-default which is the
starting value for mc/insert-numbers if no arg is passed
2016-05-23 15:43:08 -04:00