Newsgroups: comp.lang.lisp
From: Maciej Katafiasz <mathr...@gmail.com>
Date: Sat, 16 Feb 2008 22:06:05 +0000 (UTC)
Local: Sat, Feb 16 2008 5:06 pm
Subject: Re: Help me improve my Ultimate N00b SLIME/Emacs Cheat Sheet
Den Thu, 14 Feb 2008 09:10:39 -0800 skrev Peter Christensen:
> So, if you've I have to pimp CUA-mode.el here. It comes in the standard distribution of > ever looked over the shoulder of a new Emacs user and cringed at the way > they do things, here's your chance to make the world a better place! GNU Emacs 22, and features awesome CUA clipboard support together with better versions of pc-selection-mode and delete-region-mode, as well as an absolutely superior visual rectangle mark mode. CUA-mode should be especially valuable for newbies, as it lets you use the clipboard model familiar from Windows/MacOS/GNOME/KDE (although I don't consider myself a newbie and I still prefer it over the stock Emacs clipboard/region handling). A couple of remarks: 1) I do NOT use the C-{x,c,v} bindings. They're stupid and inconvenient, 2) I do use, however, the actual CUA clipboard keys, that is C-<insert>, 3) A must-try is CUA-mode's visual rectangle mark support. It's 4) For best results, inform CUA-mode about additional movement commands (put 'c-backward-into-nomenclature 'CUA 'move) 5) Default keybindings of paredit conflict with those of CUA-mode, you ========================BEGIN SNIPPET=============================== (defun check-region-parens () (defun paredit-backward-maybe-delete-region () (defun paredit-forward-maybe-delete-region () ;; Change the path to where you have paredit.el ==========================END SNIPPET================================ I'd also recommend windmove.el, a package that allows directional Cheers, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||