qemacs qe.h
Charlie Gordon <[email protected]> Sat, 14 May 2005 04:14:38 -0400
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/qemacs Module name: qemacs Branch: Changes by: Charlie Gordon <[email protected]> 05/05/14 08:14:37 Modified files: . : qe.h Log message: added '*' in command argument strings for commands that modify buffer contents changed command definitions accordingly. added C-x C-g binding for abort added C-\ binding for call-last-kbd-macro changed binding for switch-input-method to C-x C-\ added commands: not-modified on A-~ (reset buffer modified flag) load-file-from-path(file) mark-whole-buffer() on C-x h count-lines() on C-x l what-cursor-position on C-x = allow key_grabber to quit and unget last key. added splitpath() to dispatch directory and filename into separate buffers. make separate functions for show_version and show_usage. make separate function for parse_command_line. added command line options: --help -h display help message and exit --no-init-file -q do not load config files --user -u load ~USER/.qe/config instead of your own --version -V display version information and exit merged Flavien Lebarbé's patch on init macros for gcc 3.4.3. a better fix might be to remove the static keyword on the symbol itself ? CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemacs/qemacs/qe.h.diff?tr1=1.20&tr2=1.21&r1=text&r2=text