help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About Emacs features


From: Ken Goldman
Subject: Re: About Emacs features
Date: Mon, 27 Jan 2014 15:23:25 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 1/13/2014 2:27 PM, Alejandro Zamora Fonseca wrote:

How I can auto-complete words

Start with this:

M-/ runs the command dabbrev-expand

and create 'macros'(code snipets rapid generation) like in Notepad++.?

The easiest way to start is with keyboard macros. You don't have to write any code. It's like a key logger and replay.

To define

start-kbd-macro
end-kbd-macro

To run

call-last-kbd-macro

To save

name-kbd-macro







reply via email to

[Prev in Thread] Current Thread [Next in Thread]