18 Commits

Author SHA1 Message Date
Pedro A. Aranda Gutiérrez
9017f3be6b
Add lexical binding cookies (#389)
* Add lexical binding cookies

* multiple-cursors-core.el: Pacify lexical-binding frenzy in master

* multiple-cursors-core.el: when saving mc/list-file, prepend a
lexical binding flag to avoid emacs master from screaming.  When
inserting strings, use `\\n' instead of (newline).
2025-10-06 13:38:27 -07:00
Jason May
aae47aebc0 eliminate byte-compilation warnings
- long docstrings
- "defcustom fails to specify type" - use '(sexp)
- keyword arguments in define-minor-mode
- deprecations
2022-03-28 19:24:00 +02:00
Renato Ferreira
b39e9631d6 Faster line-number-at-pos calculation 2019-08-18 13:44:55 -03:00
Bozhidar Batsov
741eec6766 Update some copyright years 2016-05-19 20:29:36 -07:00
Philippe Vaucher
912342ed85 Add missing ###autoload markers 2014-10-03 14:21:18 +02:00
Adam Spiers
aed5d592cf fix compilation warnings (#66)
Fixes #66.
2013-12-15 12:31:31 +00:00
Magnar Sveen
6cff0c2ebd Add pre- & post-command-hook to be cursor specific 2013-07-14 14:07:07 +02:00
Magnar Sveen
f73569fe13 Update documentation. 2012-09-24 13:26:55 +02:00
Magnar Sveen
491b206472 Use forward-line instead of next/previous-line in lisp code.
- fixes problem with smooth-scrolling (the other ones were adviced)
2012-08-07 19:37:14 +02:00
Magnar Sveen
b2906bb329 Don't forget to autoload 2012-08-02 10:37:03 +02:00
Magnar Sveen
b912bf80b1 Always require multiple-cursors-core 2012-08-02 10:34:48 +02:00
Magnar Sveen
b1ea7f2230 Add licences to all el-files. 2012-07-25 23:00:19 +02:00
Magnar Sveen
ca0e0ae9d9 Tests for rectangular-region-mode 2012-07-23 09:18:31 +02:00
Magnar Sveen
51b282ef83 Switch to multiple-cursors-mode from rectangular-region-mode when doing expand-region 2012-07-21 09:39:12 +02:00
Magnar Sveen
05125618aa Skip lines in rectangular-region-mode that are too short for the rectangle. 2012-07-21 08:45:51 +02:00
Magnar Sveen
56d037319a Fix rectangular-region-mode when adding cursors over hidden areas of the buffer. 2012-07-21 08:42:08 +02:00
Magnar Sveen
4078570320 Switch to multiple-cursors-mode from rectangular-region with <return> 2012-07-20 08:38:33 +02:00
Magnar Sveen
d7be50e336 rectangular-region-mode 2012-06-22 08:43:32 +02:00