| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Limited to one iteration until 'undo' is looked into.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
-UDIRED_XMAPS and -UFUND_XMAPS: you can't build mg the other way.
-DTIOCGWINSZ: you have this if you have term.h
Remove a #define TERMCAP which isn't being used.
Remove defines for NDIRED_XMAPS, NFUND_XMAPS, and IMAPEXT. They are all
defined to be 0 and are only ever used in addition. We don't need to add 0.
Simply lines that were using those defines.
ok florian@
|
|
|
|
|
|
|
|
|
|
| |
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly sorted.
Moves the remainder of sysdef.h to other files (mostly def.h) and deletes
sysdef.h now that it's no longer contains anything.
Tweak a comment that references sysdef.h so that it no longer does that.
ok florian@
|
|
|
|
|
|
| |
function of the same name in term.h. This is the first step towards
cleaning up mg's includes. No user-visible changes.
ok florian@
|
|
|
|
|
| |
Emacs does.
ok florian@
|
|
|
|
|
| |
ok florian@ jasper@
Testing Sunil Nimmagadda
|
|
|
|
|
|
|
|
| |
structural limitations in mg, mg doesn't behave exactly the same as
emacs cscope (see the README) but is still very usable.
man page bits reviewed by jmc@, otherwise tested and reviewed by
myself.
|
|
|
|
|
| |
They have not compiled for numerous years.
ok kjell@ millert@
|
|
|
|
|
|
|
|
| |
1. C-x h to mark whole buffer.
2. M-| to pipe current region to external command.
From Sunil Nimmagadda.
Feedback from deraadt@ and myself. ok for man page amendments from jmc@
|
|
|
|
|
| |
has not done so for numerous years. Not hard to fix, but just remove anyway.
ok kjell@ millert@
|
|
|
|
|
|
| |
Man page review and suggestions from jmc@
Revewied and tested by myself, and ok deraadt@
|
|
|
|
|
|
|
| |
Join the current line to the previous.
original diff by Henri Kemppainen. minor mod to add undo boundaries.
Thanks!
|
|
|
|
|
| |
Move the dot to the first non-whitespace character on the current line.
from Henri Kemppainen . ok theo
|
|
|
|
|
|
| |
Now you can do something like:
global-set-key "\^c\^c" compile
in your ~/.mg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
both emacsen automatically blink, so mg should too. This can be
overridden in your ~/.mg by adding, e.g.
global-set-key ")" self-insert-command
So, I've eliminated blink mode, and renamed "blink-matching-paren-hack"
to "blink-and-insert". It's not just for parens anyway.
While I'm here, set up an empty (rescan) target for backtab, so I can
bind something convenient to it; e.g.
global-set-key "\e[Z" backward-char
Finally, remove all references to Scribd.
Theo doesn't hate this, though I would hesitate to call it an ok.
|
| |
|
|
|
|
|
| |
indent-current-line utility functions for stripping leading/trailing
whitespace, and setting a fixed indent respectively.
|
|
|
|
| |
(not M-[, M-]). This is where emacs has it.
|
| |
|
| |
|
|
|
|
|
|
|
| |
dired functions that were written, but not bound to keys. No other
functional change.
Tested by Han Boetes.
|
| |
|
|
|
|
| |
Also, remove a silly non-emacsism.
|
|
|
|
|
|
|
|
|
| |
* dired-other-window should default to current buffer's path.
* Remove redundant code (from Han Boetes)
* Move initialization (and since we're here, fix mail-mode initialization
too)
* Remove redundant keymap in dired.c, and replace it with
the better one that was being ignored in keymap.c.
|
|
|
|
|
| |
Niklas, this one is for you.
ok deraadt@, cloder@
|
|
|
|
| |
closes PR4523. Enjoy, jason!
|
|
|
|
| |
ok millert@, deraadt@
|
|
|
|
| |
(you're welcome kjell)
|
|
|
|
|
|
|
|
|
|
| |
- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beautification
ok henning@
|
|
|
|
|
|
|
| |
write access. diff originally from vincent@ and forgotten for
a while.
ok rohee@, "toss it in, i'll bitch if it doesn't work" henning@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
| |
i need more studying of emacs' keybindings :-)
ok art@ (i guess that's what "vincent, zap out the keybinding" meant)
|
|
|
|
| |
ok art@
|
|
|
|
|
|
| |
* Add a whole lot of consts where I thought it made sense
no ok, but no objections either...
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add a possibility to dynamically extend the function table.
|
| |
|
| |
|
| |
|