* [ANN] emacs-fu.blogspot.com; tips & tricks for emacs
@ 2008-12-12 21:14 Dirk-Jan C. Binnema
2008-12-14 0:46 ` Godfrey Ma
0 siblings, 1 reply; 5+ messages in thread
From: Dirk-Jan C. Binnema @ 2008-12-12 21:14 UTC (permalink / raw)
To: help-gnu-emacs
Hi all,
(* hope this NG is appropriate *)
I started a blog called Emacs-Fu (http://emacs-fu.blogspot.com), with
small tips & tricks for using emacs. The idea is to have many, small
tricks you can add to your .emacs that will make your emacs-life a bit
easier.
It's not as exhaustive as emacswiki; it is about small,
easy-to-understand tips. I do try to explain what we're doing and why:
putting stuff in your .emacs that you don't understand is not a good
idea.
I hope this will become a useful resource. Feedback / comments are very
welcome of course.
Best wishes,
Dirk.
--
------------------------------------------------------
Dirk-Jan C. Binnema <djcb[at]djcbsoftware.nl>
http://www.djcbsoftware.nl/
PGP: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C
------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANN] emacs-fu.blogspot.com; tips & tricks for emacs
2008-12-12 21:14 [ANN] emacs-fu.blogspot.com; tips & tricks for emacs Dirk-Jan C. Binnema
@ 2008-12-14 0:46 ` Godfrey Ma
2008-12-14 16:48 ` djcb
2008-12-14 17:56 ` [ANN] " Tim Visher
0 siblings, 2 replies; 5+ messages in thread
From: Godfrey Ma @ 2008-12-14 0:46 UTC (permalink / raw)
To: help-gnu-emacs
it's good,but when I put following in .emacs,it doesn't work correctly.
(global-set-key (kbd "C-TAB") 'bury-buffer)
and I use it replace ,it well,can someone tell me why?
(global-set-key [(control tab)] 'bury-buffer)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: emacs-fu.blogspot.com; tips & tricks for emacs
2008-12-14 0:46 ` Godfrey Ma
@ 2008-12-14 16:48 ` djcb
2008-12-14 20:09 ` Tim Visher
2008-12-14 17:56 ` [ANN] " Tim Visher
1 sibling, 1 reply; 5+ messages in thread
From: djcb @ 2008-12-14 16:48 UTC (permalink / raw)
To: help-gnu-emacs
On Dec 14, 2:46 am, Godfrey Ma <mylazylifeb...@sohu.com> wrote:
> it's good,but when I put following in .emacs,it doesn't work correctly.
> (global-set-key (kbd "C-TAB") 'bury-buffer)
> and I use it replace ,it well,can someone tell me why?
> (global-set-key [(control tab)] 'bury-buffer)
*blush*
(global-set-key (kbd "<C-tab>") 'bury-buffer)
works. I put an old version in the blog; update, thanks.
--Dirk.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANN] emacs-fu.blogspot.com; tips & tricks for emacs
2008-12-14 0:46 ` Godfrey Ma
2008-12-14 16:48 ` djcb
@ 2008-12-14 17:56 ` Tim Visher
1 sibling, 0 replies; 5+ messages in thread
From: Tim Visher @ 2008-12-14 17:56 UTC (permalink / raw)
To: Godfrey Ma; +Cc: help-gnu-emacs
On Sat, Dec 13, 2008 at 7:46 PM, Godfrey Ma <mylazylifeblog@sohu.com> wrote:
> it's good,but when I put following in .emacs,it doesn't work correctly.
> (global-set-key (kbd "C-TAB") 'bury-buffer)
Didn't work for me either.
--
In Christ,
Timmy V.
http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: emacs-fu.blogspot.com; tips & tricks for emacs
2008-12-14 16:48 ` djcb
@ 2008-12-14 20:09 ` Tim Visher
0 siblings, 0 replies; 5+ messages in thread
From: Tim Visher @ 2008-12-14 20:09 UTC (permalink / raw)
To: djcb; +Cc: help-gnu-emacs
On Sun, Dec 14, 2008 at 11:48 AM, djcb <diggler@gmail.com> wrote:
> (global-set-key (kbd "<C-tab>") 'bury-buffer)
Nice. :)
--
In Christ,
Timmy V.
http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-12-14 20:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-12 21:14 [ANN] emacs-fu.blogspot.com; tips & tricks for emacs Dirk-Jan C. Binnema
2008-12-14 0:46 ` Godfrey Ma
2008-12-14 16:48 ` djcb
2008-12-14 20:09 ` Tim Visher
2008-12-14 17:56 ` [ANN] " Tim Visher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).