Thread: emacs characters size and feel

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by hamsteroid View Post
    Played around with emacs and using the mark tool is handy indeed (c-space) and alt-m (cp) or ctrl-y (paste) or ctrl-w (kill region) is almost all I need. Almost at home. I did some reading up on the buffers. Is there any quicker way to "tab" through the buffers rather than going though the menu or the list?
    There is no basic "cycle buffer" command in Emacs (stupid, huh?) People write their own variations on it, but I don't bother. I just type "C-x C-f" and type the filename to jump to -- if the file is already open in some buffer, Emacs just switches to that buffer.

    Also, try "C-x C-b", this splits the window and opens a buffer listing all your buffers (hah!). Now type "C-x o", this moves the focus to the buffer-buffer. Now cursor down to the buffer you want to switch to, and hit Enter. The buffer-buffer now becomes the buffer you selected. Now type "C-x 1" to remove the split-screen.

    In order to make this more user-friendly, you need to find some other genius's elisp code or write some yourself. I never really wanted to learn elisp. I compensate by typing extremely fast :-)

  2. #2
    Registered User hamsteroid's Avatar
    Join Date
    Mar 2007
    Location
    Waterford, Ireland
    Posts
    62
    They are good tips. Thanks brewbuck.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 05-21-2009, 05:47 PM
  2. Looking for constructive criticism
    By wd_kendrick in forum C Programming
    Replies: 16
    Last Post: 05-28-2008, 09:42 AM
  3. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  4. An exercise in optimization
    By Prelude in forum Contests Board
    Replies: 10
    Last Post: 04-29-2005, 03:06 PM
  5. Results for the Encryption Contest -- June 23, 2002
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 07-07-2002, 08:04 AM