all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: funkyj <funkyj@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: help: windows emacs is adding CR to my .abbrev_defs files!
Date: Sat, 8 Dec 2007 20:52:58 -0800 (PST)	[thread overview]
Message-ID: <499bdce3-2122-4d06-b803-14c39db7cce3@i12g2000prf.googlegroups.com> (raw)
In-Reply-To: 246f9cc2-d13c-4140-b2a8-e5301dbbc785@s8g2000prg.googlegroups.com

I figured it out on my own.

Here it is in case anyone has the problem.  In my .emacs

(require 'dos-w32)

;; this next line gets us most of what we want.
(setq file-name-buffer-file-type-alist '((".*" . t)))

;; this line fixes the problem that .abbrev_defs gets written with
;; CRLF
(setq-default buffer-file-coding-system 'iso-latin-1-unix)

      reply	other threads:[~2007-12-09  4:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-09  3:20 help: windows emacs is adding CR to my .abbrev_defs files! funkyj
2007-12-09  4:52 ` funkyj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=499bdce3-2122-4d06-b803-14c39db7cce3@i12g2000prf.googlegroups.com \
    --to=funkyj@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.