Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bc6785f3
Commit
bc6785f3
authored
Oct 25, 2005
by
Stefan Monnier
Browse files
(texinfo-mode): Use real chars, so as not to unnecessarily expose
emacs-mule's internal char codes.
parent
75538b71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
lisp/ChangeLog
lisp/ChangeLog
+7
-1
lisp/textmodes/texinfo.el
lisp/textmodes/texinfo.el
+3
-3
No files found.
lisp/ChangeLog
View file @
bc6785f3
2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/texinfo.el (texinfo-mode):
* textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
not to unnecessarily expose emacs-mule's internal char codes.
2005-10-25 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
...
...
@@ -25,7 +31,7 @@
2005-10-24 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el (org-start-icalendar-file): Fix
ed
format form.
* textmodes/org.el (org-start-icalendar-file): Fix format form.
2005-10-25 Masatake YAMATO <jet@gyve.org>
...
...
lisp/textmodes/texinfo.el
View file @
bc6785f3
;;; texinfo.el --- major mode for editing Texinfo files
;;; texinfo.el --- major mode for editing Texinfo files
-*- coding: iso-2022-7bit -*-
;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
...
...
@@ -595,7 +595,7 @@ value of `texinfo-mode-hook'."
(
setq
paragraph-start
(
concat
"\b\\|@[a-zA-Z]*[ \n]\\|"
paragraph-start
))
(
make-local-variable
'sentence-end-base
)
(
setq
sentence-end-base
"\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'
\xd0c9\x5397d
)}]*"
)
"\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'
$,1r}r}(B
)}]*"
)
(
make-local-variable
'adaptive-fill-mode
)
(
setq
adaptive-fill-mode
nil
)
(
make-local-variable
'fill-column
)
...
...
@@ -1059,5 +1059,5 @@ You are prompted for the job number (use a number shown by a previous
(
provide
'texinfo
)
;;
;
arch-tag: 005d7c38-43b9-4b7d-aa1d-aea69bae73e1
;; arch-tag: 005d7c38-43b9-4b7d-aa1d-aea69bae73e1
;;; texinfo.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment