| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
is a cons cell. Doc fix.
|
|
|
|
| |
find-file-not-found-hooks.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
suffixes for Open office data files.
|
|
|
|
| |
general one on compile.el supports drive letters.
|
| |
|
|
|
|
|
|
|
|
| |
Don't call find-buffer-file-type-coding-system. Instead, just
set eol-type to -unix if inhibit-eol-conversion is in effect, or
if the file is on an untranslated filesystem.
(add-untranslated-filesystem): Use "D" instead of "f" inside
interactive.
|
|
|
|
| |
regexp matching image and audio files.
|
| |
|
|
|
|
|
| |
ange-ftp file names, which might force ange-ftp to prompt for a
password.
|
|
|
|
| |
file extension regexps which aren't necessarily binary files.
|
| |
|
|
|
|
| |
being t as well as a string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default-buffer-file-coding-system when file doesn't exist (and isn't
covered by a special case) instead of forcing undecided-dos against
the user's wishes.
(direct-print-region-helper): New function based on
direct-print-region-function; sends data to specified printer port
without further translation. Recognize and handle specially the
standard `print' and `nprint' programs, as well as `lpr' and
similar programs. Only write directly to the printer port if no
print program is specified. Work around a bug in Windows 9x
affecting Win32 version of Emacs by invoking command.com to write
to the printer port instead of writing directly.
(direct-print-region-function): Use direct-print-region-helper to
do most of the work.
(direct-ps-print-region-function): New function; analogue of
direct-print-region-function for ps-print.
(ps-lpr-command): Comment out setq; leave as example usage.
(ps-lpr-switches): Ditto.
|
|
|
|
|
|
|
|
|
|
| |
printer-name is expanded to a file name on a local drive;
sometimes printing a file loaded from a network volume fails.
(direct-print-region-function): Add a function to
write-region-annotate-functions to append a formfeed character to
the region being printed, if the region doesn't end with a
formfeed already. This avoids creating a second print job
containing a blank page when print spooling is enabled on Windows.
|
|
|
|
|
| |
before-init-hook to set default-process-coding-system based on
enable-multibyte-characters.
|
| |
|
|
|
|
| |
read as raw-text-dos (to handle files in DOS format).
|
|
|
|
|
|
|
|
| |
dos-print-region-function. Added &rest keyword.
(print-region-function): Set to direct-print-region-function.
(lpr-headers-switches): Initialize.
(ps-lpr-command): Initialize.
(ps-lpr-switches): Initialize.
|
| |
|
|
|
|
| |
Add file-name-history to it.
|
|
|
|
|
| |
(default-process-coding-system): Make it be raw-text-dos if async
processes are supported, undecided-dos otherwise.
|
| |
|
|
|
|
| |
from the list of binary files.
|
|
|
|
| |
extensions for binary files.
|
|
|
|
|
|
| |
(find-buffer-file-type-coding-system): For reading a file,
check for binary file, then text file, then existing file,
then whether file name is translated.
|
|
|
|
|
|
|
|
|
| |
(find-buffer-file-type-coding-system):
For writing, use buffer-file-coding-system if set, otherwise
buffer-file-type.
(find-file-not-found-set-buffer-file-coding-system):
Renamed from find-file-not-found-set-buffer-file-type.
Set buffer-file-coding-system as well as buffer-file-type.
|
|
|
|
| |
find-buffer-process-coding-system): Remove second argument.
|
|
|
|
|
| |
Use undecided-dos for dos-text file names.
Use undecided for non-existing untranslated file names.
|
|
|
|
|
| |
Use emacs-mule-dos for text file names; use undecided-dos
for the last resort (instead of emacs-mule-dos).
|
|
|
|
|
|
|
|
|
|
|
| |
(find-binary-process-coding-system, find-buffer-file-type-match):
New functions.
(find-buffer-file-type): Use find-buffer-file-type-match.
Add find-buffer-file-type-coding-system to file-coding-system-alist
as the default entry.
Add find-binary-process-coding-system to process-coding-system-alist
as the default entry.
|
|
|
|
| |
(remove-untranslated-filesystem): Add interactive spec.
|
| |
|
| |
|
| |
|
|
|