Mercurial > emacs
annotate .dir-locals.el @ 107590:ebdfe4d01cff
Retrospective commit from 2009-09-20.
Handle positions at BEGV and ZV. Mor initialization cleanups.
xdisp.c (reseat_1): Handle position < BEGV.
bidi.c (bidi_paragraph_init): Set bidi_it->ch_len. Handle ZV.
(bidi_init_it): Don't initialize bidi_it->ch_len.
(bidi_resolve_explicit_1): Abort if bidi_it->ch_len was not
initialized.
(bidi_at_paragraph_end, bidi_resolve_explicit_1)
(bidi_resolve_weak, bidi_level_of_next_char): Handle bytepos at
ZV_BYTE.
(bidi_resolve_explicit_1): Handle position < BEGV.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 31 Dec 2009 16:31:54 -0500 |
parents | 55134161b319 |
children | 340849d761a5 c781fc4de505 |
rev | line source |
---|---|
101014 | 1 ((nil . ((tab-width . 8) |
100718
0a3d5993b567
Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100687
diff
changeset
|
2 (fill-column . 70))) |
100672
38e7317321ea
* make-dist (tempdir): Distribute .dir-locals.el.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff
changeset
|
3 (c-mode . ((c-file-style . "GNU"))) |
100718
0a3d5993b567
Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100687
diff
changeset
|
4 (change-log-mode . ((add-log-time-zone-rule . t) |
101158
4a6ff510dcf9
(change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents:
101014
diff
changeset
|
5 (fill-column . 74) |
106607
55134161b319
(bug-reference-url-format): Change to debbugs.gnu.org.
Glenn Morris <rgm@gnu.org>
parents:
105015
diff
changeset
|
6 (bug-reference-url-format . "http://debbugs.gnu.org/%s") |
105015
241af6b11bb4
(change-log-mode): Restore bug-reference-mode.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
101187
diff
changeset
|
7 (mode . bug-reference)))) |
100687
245c01516a02
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
100672
diff
changeset
|
8 |
245c01516a02
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
100672
diff
changeset
|
9 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd |