[climacs-devel] Typo patch for syntax.lisp, transpose-lines and exchange-point-and-mark for gui.lisp
Lawrence Mitchell
wencel at gmail.com
Sun Jan 2 17:34:47 UTC 2005
Hi there,
these two patches add some extra commands to gui.lisp and fix a typo
in syntax.lisp.
2005-01-02 Lawrence Mitchell <wence at gmx.li>
* gui.lisp ((define-application-frame climacs)): Add a
without-interactor clause to the frame :layout. This is a layout
without a minibuffer pane.
(com-toggle-layout): Toggle layout between 'default and
'without-interactor. Note the without-interactor layout no longer
allows you to enter extended commands (there's nowhere for
*standard-input* to go) so I'm not sure how useful it is.
(com-set-mark): Fix indentation.
(com-exchange-point-and-mark): New command, exchange the positions
of point and mark, bound to C-x C-x.
(com-transpose-lines): New command, bound to C-x C-t.
* syntax.lisp (present-contents): Fix typo in argument list.
--
Lawrence Mitchell
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gui.lisp.patch
Type: text/x-patch
Size: 2667 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/climacs-devel/attachments/20050102/7a9cd69b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: syntax.lisp.patch
Type: text/x-patch
Size: 569 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/climacs-devel/attachments/20050102/7a9cd69b/attachment-0001.bin>
More information about the climacs-devel
mailing list