summaryrefslogtreecommitdiff
path: root/lisp/dos-w32.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (find-buffer-file-type-coding-system): Doc fix.Eli Zaretskii2007-05-221-1/+5
|
* (default-buffer-file-type): Add defvar to quieten byte-compiler.Glenn Morris2007-04-101-0/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (find-buffer-file-type-coding-system): Support calls where `(nth 1 command)'Eli Zaretskii2006-07-211-5/+15
| | | | is a cons cell. Doc fix.
* (top level): Use find-file-not-found-functions instead of the obsoleteEli Zaretskii2006-06-231-1/+1
| | | | find-file-not-found-hooks.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Added support for the `default-printer-name' function.Jason Rumney2004-01-281-2/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Cygwin support patch.Juanma Barranquero2003-01-311-1/+1
|
* *** empty log message ***Pavel Janík2002-07-111-1/+1
|
* (file-name-buffer-file-type-alist): Add knowledge of .sx[dmicw] fileFrancesco Potortì2002-07-051-17/+16
| | | | suffixes for Open office data files.
* (grep-regexp-alist): Remove definition, since theEli Zaretskii2001-06-081-4/+0
| | | | general one on compile.el supports drive letters.
* (find-buffer-file-type-coding-system): Doc fix.Eli Zaretskii2000-12-021-2/+2
|
* (find-file-not-found-set-buffer-file-coding-system):Eli Zaretskii2000-10-271-5/+14
| | | | | | | | 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.
* (file-name-buffer-file-type-alist): Add `$' at end ofGerd Moellmann1999-12-101-1/+1
| | | | regexp matching image and audio files.
* (direct-print-region-helper): Use temporary-file-directory.Eli Zaretskii1999-09-021-1/+1
|
* (untranslated-canonical-name): Avoid expandingAndrew Innes1999-07-011-1/+4
| | | | | ange-ftp file names, which might force ange-ftp to prompt for a password.
* (file-name-buffer-file-type-alist): Remove variousAndrew Innes1999-05-021-9/+15
| | | | file extension regexps which aren't necessarily binary files.
* (set-default-process-coding-system): Copied from dos-w32.el.Andrew Innes1999-03-251-9/+0
|
* (direct-print-region-helper): Check for printerGeoff Voelker1999-01-281-1/+1
| | | | being t as well as a string.
* (find-buffer-file-type-coding-system): UseAndrew Innes1999-01-171-28/+126
| | | | | | | | | | | | | | | | | | | | | 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.
* (direct-print-region-function): Try to ensure thatGeoff Voelker1998-12-021-12/+20
| | | | | | | | | | 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.
* (set-default-process-coding-system): Use function onGeoff Voelker1998-11-101-4/+8
| | | | | before-init-hook to set default-process-coding-system based on enable-multibyte-characters.
* (file-name-buffer-file-type-alist): Fix typo in regexp.Geoff Voelker1998-10-071-1/+1
|
* dos-w32.el (file-name-buffer-file-type-alist): Force tags files to beAndrew Innes1998-07-121-1/+1
| | | | read as raw-text-dos (to handle files in DOS format).
* (direct-print-region-function): Renamed fromRichard M. Stallman1998-07-031-0/+56
| | | | | | | | 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.
* (null-device): Renamed from grep-null-device.Andrew Innes1998-06-241-1/+1
|
* (minibuffer-history-case-insensitive-variables):Richard M. Stallman1998-05-261-0/+3
| | | | Add file-name-history to it.
* (find-binary-process-coding-system): Remove.Eli Zaretskii1998-04-151-18/+4
| | | | | (default-process-coding-system): Make it be raw-text-dos if async processes are supported, undecided-dos otherwise.
* Comment change.Richard M. Stallman1998-03-031-1/+1
|
* (file-name-buffer-file-type-alist): Remove the files with ".dos" extensionEli Zaretskii1997-09-241-1/+1
| | | | from the list of binary files.
* (file-name-buffer-file-type-alist): Add moreGeoff Voelker1997-09-021-2/+6
| | | | extensions for binary files.
* (find-buffer-file-type): Don't check for untranslated file systems here.Richard M. Stallman1997-09-011-21/+27
| | | | | | (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.
* Set default coding system to undecided-dos.Geoff Voelker1997-08-171-17/+41
| | | | | | | | | (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-file-type-coding-system,Geoff Voelker1997-07-221-2/+2
| | | | find-buffer-process-coding-system): Remove second argument.
* (find-buffer-file-type-coding-system):Geoff Voelker1997-07-201-28/+29
| | | | | Use undecided-dos for dos-text file names. Use undecided for non-existing untranslated file names.
* (find-buffer-file-type-coding-system):Richard M. Stallman1997-07-191-7/+8
| | | | | Use emacs-mule-dos for text file names; use undecided-dos for the last resort (instead of emacs-mule-dos).
* (find-buffer-file-type-coding-system)Richard M. Stallman1997-07-181-15/+76
| | | | | | | | | | | (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.
* (add-untranslated-filesystem)Richard M. Stallman1997-05-201-0/+2
| | | | (remove-untranslated-filesystem): Add interactive spec.
* Change uses of win32 to w32.Geoff Voelker1997-01-201-1/+1
|
* Use new file name dos-w32.elGeoff Voelker1996-11-191-3/+3
|
* Comment change.Karl Heuer1996-09-171-1/+1
|
* Initial revisionRichard M. Stallman1996-09-011-0/+169