annotate etc/ORDERS @ 87943:4fb8430d030b
(allout-keybindings-list): In initial setting, express
meta-prefixed allout keys as vectors instead of strings, since the
string form is interpreted in some cases as composed key
modifiers, eg, accented keys.
(allout-line-boundary-regexp): Clarify description.
(set-allout-regexp): Repair the expressions so that the formfeed part is
identified as one of the top-level groups, and is included in all the
forms, not just the -line-boundary-regexp one.
(allout-prefix-data): Incorporate information from the various allout
regexp's formfeed alternative group, when present.
(allout-write-file-hook-handler): Rectify mangling of the error handling.
It was broken in version 1.100, where an `error' condition-case handler was
apparently reformatted as if it was a call to the error function. An
apparent repair attempt in version 1.101 situated the original body of the
error handling code as bogus condition-case handlers. I've returned to
just about the working code that was originally there, removing an
unnecessary - but benign - enclosing 'progn'. \(Automated or cursory code
fixes often aren't.)
(allout-region-active-p): Fallback to value of mark-active if neither
use-region-p nor region-active-p are present, for compatability with
current and recent emacs major releases.
author |
Ken Manheimer <ken.manheimer@gmail.com> |
date |
Thu, 24 Jan 2008 17:45:28 +0000 |
parents |
0ebcdaee8a4e |
children |
ea7513e99331 |
rev |
line source |
32916
|
1 Printed copies of the GNU Emacs Manual, the Emacs Lisp Reference
|
|
2 Manual, "Programming in Emacs Lisp: An Introduction", and other
|
|
3 materials can be ordered directly from the Free Software Foundation.
|
76261
|
4
|
32916
|
5 For more information, see the order form on the web at
|
76261
|
6 <http://www.gnu.org/order/order.html>.
|
|
7
|
|
8 Your purchases will help support further development of Emacs and
|
|
9 other free software programs.
|
|
10
|
77161
|
11 You can also make tax-deductible donations to the Free Software
|
76261
|
12 Foundation, a not-for-profit organization (assuming you pay US taxes)
|
|
13 - see <http://www.gnu.org/help/donate.html>.
|