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
333f3572
Commit
333f3572
authored
Jan 09, 2007
by
Kenichi Handa
Browse files
(select-safe-coding-system-interactively): Fix message.
parent
ba361211
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+3
-3
No files found.
lisp/ChangeLog
View file @
333f3572
2007-01-09 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el
(select-safe-coding-system-interactively): Fix message.
2007-01-09 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el: (tramp-process-one-action): Remove `with-timeout'.
...
...
@@ -314,6 +319,11 @@
* ido.el (ido-set-matches-1): Fix last change. If default item is
current buffer, it is ok to be first.
2006-12-27 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (select-safe-coding-system-interactively):
Use face `link' for problematic chars.
2006-12-27 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (select-safe-coding-system-interactively):
lisp/international/mule-cmds.el
View file @
333f3572
...
...
@@ -788,10 +788,10 @@ e.g., for sending an email message.\n ")
(
car
coding
)))))
(
setq
i
(
1+
i
))))
(
insert
"\n"
))
(
insert
"\
(
insert
(
substitute-command-keys
"\
Click
on
a
character
to
jump
to
the
place
it
appears,
\n
"
(substitute-command-keys "
\
Click
on
a
character
(
or
switch
to
this
window
by
`
\\[other-window]
'
\n
\
and
select
the
characters
by
RET
)
to
jump
to
the
place
it
appears,\n
\
where
`
\\[universal-argument]
\\[what-cursor-position]
'
will
give
information
about
it.\n
"))))
(insert (substitute-command-keys "
\nSelect
\
one
of
the
safe
coding
systems
listed
below,\n
\
...
...
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