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
4de28b1a
Commit
4de28b1a
authored
Nov 23, 2014
by
Michael Albinus
Browse files
* textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
remote `buffer-file-name'.
parent
b7b18c73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/makeinfo.el
lisp/textmodes/makeinfo.el
+6
-5
No files found.
lisp/ChangeLog
View file @
4de28b1a
2014-11-23 Michael Albinus <michael.albinus@gmx.de>
* textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
remote `buffer-file-name'.
2014-11-23 Leo Liu <sdl.web@gmail.com>
2014-11-23 Leo Liu <sdl.web@gmail.com>
* calendar/diary-lib.el (calendar-mark-1): Fix thinko.
* calendar/diary-lib.el (calendar-mark-1): Fix thinko.
...
...
lisp/textmodes/makeinfo.el
View file @
4de28b1a
...
@@ -253,11 +253,12 @@ Use the \\[next-error] command to move to the next error
...
@@ -253,11 +253,12 @@ Use the \\[next-error] command to move to the next error
(
setq
makeinfo-output-node-name
(
makeinfo-current-node
))
(
setq
makeinfo-output-node-name
(
makeinfo-current-node
))
(
save-excursion
(
save-excursion
(
makeinfo-compile
(
let
((
default-directory
(
file-name-directory
buffer-file-name
)))
(
concat
makeinfo-run-command
" "
makeinfo-options
(
makeinfo-compile
" "
buffer-file-name
)
(
concat
makeinfo-run-command
" "
makeinfo-options
nil
" "
(
file-name-nondirectory
buffer-file-name
))
'makeinfo-compilation-sentinel-buffer
)))
nil
'makeinfo-compilation-sentinel-buffer
))))
(
defun
makeinfo-compilation-sentinel-buffer
(
proc
msg
)
(
defun
makeinfo-compilation-sentinel-buffer
(
proc
msg
)
"Sentinel for `makeinfo-compile' run from `makeinfo-buffer'."
"Sentinel for `makeinfo-compile' run from `makeinfo-buffer'."
...
...
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