Commit Graph

126 Commits

Author SHA1 Message Date
Tony Garnock-Jones f0bf39ae52 LGPLv3. 2015-04-16 13:35:58 -04:00
Tony Garnock-Jones 2770248a09 Avoid versioning problems by just always rebuilding the native library 2015-01-16 14:14:56 -05:00
Tony Garnock-Jones 0f9cc06dff Merge pull request #2 from takikawa/master
Fix package deps
2015-01-04 20:20:31 -05:00
Asumu Takikawa eed5c3ccd9 Fix package deps 2015-01-04 20:07:30 -05:00
Tony Garnock-Jones e299aea04c Split out rmacs into its own package. 2015-01-01 17:38:28 -05:00
Tony Garnock-Jones 9813d6dfe0 rmacs launcher 2014-12-29 18:55:33 -05:00
Tony Garnock-Jones 435a233c14 C-x b (switch-to-buffer) 2014-12-29 18:50:33 -05:00
Tony Garnock-Jones 337e26b6c3 Inform user when no completions remain 2014-12-29 18:39:26 -05:00
Tony Garnock-Jones d670a18edd More context when dumping internal structures 2014-12-29 18:36:57 -05:00
Tony Garnock-Jones 6855a2c1d9 Fix miniwin layout bug 2014-12-29 18:36:40 -05:00
Tony Garnock-Jones 4a7219134a Insert control characters only when C-q prefixed 2014-12-29 01:30:19 -05:00
Tony Garnock-Jones 55f9dc864a Completion 2014-12-28 19:18:01 -05:00
Tony Garnock-Jones 1090700bac recursive editing and M-x 2014-12-28 17:59:05 -05:00
Tony Garnock-Jones 0b6e827e70 abort and keyboard-quit 2014-12-28 16:06:04 -05:00
Tony Garnock-Jones e825073c64 Fix quoted-insert 2014-12-28 15:51:06 -05:00
Tony Garnock-Jones 1ca7fbc23e Echo area 2014-12-28 15:33:00 -05:00
Tony Garnock-Jones 635c0d6359 circular-{snoc,last,butlast} 2014-12-28 15:09:10 -05:00
Tony Garnock-Jones dd6298f36b buffer-locals, editor-last-command, better tracking of vertical movement column 2014-12-28 14:26:12 -05:00
Tony Garnock-Jones a99eed55a4 save-buffer 2014-12-28 12:21:58 -05:00
Tony Garnock-Jones 0882ddb896 Repair line-clearing bug. 2014-12-28 11:40:48 -05:00
Tony Garnock-Jones 370b35a273 Line wrap. 2014-12-28 11:25:54 -05:00
Tony Garnock-Jones 791ff539b5 Expose ->pos as buffer-pos 2014-12-28 09:45:28 -05:00
Tony Garnock-Jones 25d61d7ac9 Information about clearing bug 2014-12-28 09:45:19 -05:00
Tony Garnock-Jones b6bbe560f3 It's possible for the cursor to be "further right" than the right margin 2014-12-28 09:25:08 -05:00
Tony Garnock-Jones 0fb9fcc616 Better column tracking. 2014-12-28 09:12:52 -05:00
Tony Garnock-Jones f8de16aba7 Better layout, with width-tracking 2014-12-28 08:16:09 -05:00
Tony Garnock-Jones cd2bba7c2d Add dump-buffer-to-stderr command 2014-12-28 01:05:32 -05:00
Tony Garnock-Jones d34a230ca6 Add newlines to scratch buffer; start point at bottom of scratch buffer 2014-12-28 01:05:25 -05:00
Tony Garnock-Jones 8d92bb8c13 Fix edge condition in clear-mark 2014-12-28 01:05:12 -05:00
Tony Garnock-Jones b7d54ef1f7 Slow terminals prefer minimal changes; don't gratuitously alter statusline. 2014-12-28 00:21:06 -05:00
Tony Garnock-Jones 0d61ef7de7 Stay in parent window after split 2014-12-28 00:14:55 -05:00
Tony Garnock-Jones 21dae19500 Propagate command parameters when delegating to self-insert-command 2014-12-28 00:14:38 -05:00
Tony Garnock-Jones 67949add74 Correct silly mistake in TODO 2014-12-28 00:14:12 -05:00
Tony Garnock-Jones 2ee70a5ea5 Terminate after 3 exceptions, for ease of debugging during initial development 2014-12-28 00:13:50 -05:00
Tony Garnock-Jones 45ddd82e21 Fix mark-dropping bug in rope-split 2014-12-28 00:13:26 -05:00
Tony Garnock-Jones 1cdf0900b6 Give windows each their own top/point/mark marks. Basic window split/close/switch commands. 2014-12-27 23:59:12 -05:00
Tony Garnock-Jones a512da0d7b Accept file names on the command line 2014-12-27 18:18:55 -05:00
Tony Garnock-Jones 0c559238da Bundle up all mutable command context into a single record, to let the
command handler have everything it needs even in the face of change
2014-12-27 18:16:28 -05:00
Tony Garnock-Jones 04f7da73e2 Make keyspec parsing/printing properly use byte-strings in unknown-escape-sequence. 2014-12-27 17:22:59 -05:00
Tony Garnock-Jones 5fae56dc78 The most recent changes have fixed the odd framing behaviour. 2014-12-27 17:16:40 -05:00
Tony Garnock-Jones 1cf71a4a4c Make top-of-window-mtype left-sticky, to track newlines at top of window properly. 2014-12-27 17:16:12 -05:00
Tony Garnock-Jones fb463959cb Export buffer-rope. 2014-12-27 17:15:57 -05:00
Tony Garnock-Jones 731d99a7b0 Debugging utility. 2014-12-27 17:15:28 -05:00
Tony Garnock-Jones 02b037b42e Change signature of find-mark. 2014-12-27 17:15:18 -05:00
Tony Garnock-Jones 8af07c0abd Fix bug in clear-mark. 2014-12-27 17:14:55 -05:00
Tony Garnock-Jones 492f7a3105 Fix bug in find-mark*. 2014-12-27 17:14:30 -05:00
Tony Garnock-Jones 46d97f0926 Better explicit control over utf-8 input mode 2014-12-27 15:23:46 -05:00
Tony Garnock-Jones 45b89d9682 Using the default style helps with cursor visibility on many terminals. 2014-12-26 19:38:01 -05:00
Tony Garnock-Jones 578b759a2a Clean up revised diff implementation 2014-12-26 19:30:47 -05:00
Tony Garnock-Jones 3a20f707c2 Only use the intra-line patch when it's short. 2014-12-26 19:19:15 -05:00