Comments on: Making Emacs More Firendly http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: David http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-20648 Thu, 03 Nov 2011 15:47:20 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-20648

I had to use lower case:
(cua-mode t)
(transient-mark-mode 1)
(setq cua-keep-region-after-copy t)

but this works great, thanks

Reply  |  Quote
]]>
By: Chris Wellons http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-11969 Fri, 10 Apr 2009 18:09:17 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-11969

I have the opposite problem of trying to kill (C-k) and yank (C-y) lines outside of Emacs.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7363 Fri, 14 Dec 2007 02:49:14 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7363

I can confirm that, “gI” works. Thanks for that tip!

Reply  |  Quote
]]>
By: Ian Clifton http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7362 Fri, 14 Dec 2007 01:54:07 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7362

@ths Try “gI” for inserting at the left most column

Reply  |  Quote
]]>
By: ths http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7352 Thu, 13 Dec 2007 08:09:48 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7352

emacs was my standard editor on OS/2, when I was developing software with gcc. The C developer mode is so great and convenient, both when you call make, and when you use gdb to debug things.
I think I made acquaintance with emacs at 18.51 in university, and on OS/2 I used em’s great port of 19.something.
At work usually the unix OS people I have to rely on don’t bother installing anything else, so I have to stick with vi, and eventually I grow to like it (but I needed some years for this to happen).
My bash/ksh command line is still in Emacs mode, not vi mode ;)

Only recently I discovered the quite convenient subcommand “t” for “to” (delete to character, works like the “f” and “F”, e.g. d t % deletes upto and not including the next percent char).
I’d still like to know how to switch on insert mode at column 1. “I” only inserts before the first non-whitespace; sometimes I definitely want to insert leftmost (e.g. a comment character).

Reply  |  Quote
]]>
By: Jake http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7351 Thu, 13 Dec 2007 04:17:27 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7351

Well, I like Emacs well enough, but I’ve grown away from it during the last few months. I usually use Kate while under a GUI and jed under a terminal… jed is close enough to Emacs though, right?

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7348 Wed, 12 Dec 2007 18:43:50 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7348

LOL!

I have also heard you can go blind if you emacs too much. :P

Anyway, I’m planning to balance on the fine edge between the dark and the light side – vim is still my default text editor for almost everything, while I’m planning to use emacs for certain specialized tasks like Lisp… And maybe LaTex.

Reply  |  Quote
]]>
By: Ian Clifton http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7347 Wed, 12 Dec 2007 18:17:18 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7347

Noooo, don’t go to the dark side. Stay with Vim! If you start using emacs, your ctrl key will break ;)

Also, you might want to double-check your title. It’s 75% correct :D

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7344 Wed, 12 Dec 2007 16:56:40 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7344

Actually in vim I usually just dd or yank a line, and paste it with p. Otherwise I just copy and paste with the mouse. But I just didn’t feel like learning yet another way of copying and pasting for Emacs. :P

Reply  |  Quote
]]>
By: jambarama http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7343 Wed, 12 Dec 2007 16:36:12 +0000 http://www.terminally-incoherent.com/blog/2007/12/12/making-emacs-more-firendly/#comment-7343

Vi user myself (I’ve never gotten into lisp), but I can sympathize. I installed Cream, which makes Vi take “normal” shortcuts. This helped my productivity noticeably as well.

Reply  |  Quote
]]>