annotate tests/auc-tex-test @ 4648:907697569a49

Mark buffers modified in #'find-file if nonexistent file; fix other bugs. lisp/ChangeLog addition: 2009-07-12 Aidan Kehoe <kehoea@parhasard.net> * files.el (find-file-create-switch-thunk): New macro, used to mark buffers created within #'find-file (and related) modified if the associated file doesn't exist. (find-alternate-file-other-window): Correct this, pass CODESYS to find-file-other-window. (find-file-read-only): Correct behaviour of this function in the presence of wildcards. (find-file): (find-file-other-window): (find-file-other-frame): (find-file-read-only-other-window): (find-file-read-only-other-frame): (find-alternate-file): Simplify these functions, use #'find-file-create-switch-thunk' instead of explicit #'switch-to-buffer calls.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 12 Jul 2009 14:01:09 +0100
parents 9b50b4588a93
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
124
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
1 Per Abrahamsen <abraham@dina.kvl.dk> writes:
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
2
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
3 xemacs -q
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
4
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
5 (require 'tex-site) RET
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
6
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
7 C-x C-f test.tex RET
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
8
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
9 ==> I now get the AUC TeX menus.
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
10
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
11 C-c C-e RET RET german
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
12
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
13 "
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
14
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
15 ==> Inserts ``
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
16
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
17 C-c C-n "
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
18
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
19 ==> Inserts "
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
20
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
21 This means it find AUC TeX correctly, as well as the style files.