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
72ab66eb
Commit
72ab66eb
authored
Oct 16, 2008
by
Juanma Barranquero
Browse files
* w32-fns.el (w32-check-shell-configuration): Doc fix.
(w32-add-charset-info): Fix typo in docstring.
parent
15bcf456
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/w32-fns.el
lisp/w32-fns.el
+3
-4
No files found.
lisp/ChangeLog
View file @
72ab66eb
2008-10-16 Juanma Barranquero <lekktu@gmail.com>
* w32-fns.el (w32-check-shell-configuration): Doc fix.
(w32-add-charset-info): Fix typo in docstring.
2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
* international/mule-conf.el: Removed `utf8' and `UTF8' aliases
...
...
lisp/w32-fns.el
View file @
72ab66eb
...
...
@@ -112,7 +112,7 @@ That includes all Windows systems except for 9X/Me."
(
defvar
w32-quote-process-args
)
;; defined in w32proc.c
(
defun
w32-check-shell-configuration
()
"Check the configuration of shell variables on Windows
NT/9X
.
"Check the configuration of shell variables on Windows.
This function is invoked after loading the init files and processing
the command line arguments. It issues a warning if the user or site
has configured the shell with inappropriate settings."
...
...
@@ -351,15 +351,14 @@ This function is provided for backward compatibility, since
"Function to add character sets to display with Windows fonts.
Creates entries in `w32-charset-info-alist'.
XLFD-CHARSET is a string which will appear in the XLFD font name to
identify the character set. WINDOWS-CHARSET is a symbol identifying
identify the character set.
WINDOWS-CHARSET is a symbol identifying
the Windows character set this maps to. For the list of possible
values, see the documentation for `w32-charset-info-alist'. CODEPAGE
can be a numeric codepage that Windows uses to display the character
set, t for Unicode output with no codepage translation or nil for 8
bit output with no translation."
(
add-to-list
'w32-charset-info-alist
(
cons
xlfd-charset
(
cons
windows-charset
codepage
)))
)
(
cons
xlfd-charset
(
cons
windows-charset
codepage
))))
;; The last charset we add becomes the "preferred" charset for the return
;; value from w32-select-font etc, so list the most important charsets last.
...
...
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