unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: How to get rid of Microsoft dumb quotes, e.g. \222 for apostrophe?
Date: Fri, 16 Feb 2007 11:22:17 -0500	[thread overview]
Message-ID: <jwvfy96jcrs.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: 1171628373.417583.61410@k78g2000cwa.googlegroups.com

> My apologies as I know this topic has been covered before, but despite
> much Googling I haven't found a simple, direct solution to the
> problem.

> I have just started seeing lots of nasty stuff like \222 instead of
> apostrophes in working on text files in Emacs on XP, then trying to
> reformat these files for LaTeX. My guess is I picked this garbage up
> when I copy-and-pasted some material out of Word, though I'm not
> certain. Emacs on XP displays these characters fine when I am just
> working with a .txt or .org file - which is why I didn't pick up on
> the problem earlier.

> I am looking for a simple function or .el package that will remove the
> garbage and replace it with latin1 encoding or whatever is acceptable
> to LaTeX. I have done lots of Googling but haven't come up with
> anything that doesn't refer to gnus (which I don't use) or which
> doesn't get me lost in talk of this encoding system or that. A search-
> and-replace function will do fine - and I will even write it myself if
> someone gives me a tip on how to get started (again, I'm not a lisp
> expert).

An alternative solution to the one you request might be to open the file
using the `windows-1252' coding-system rather than `latin-1'.

	C-x RET c windows-1252 RET C-x C-f <thefile> RET

or if you have a recent Emacs, you can just revert the buffer with
a different coding system:

	C-x RET r windows-1252 RET


-- Stefan

  parent reply	other threads:[~2007-02-16 16:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-16 12:19 How to get rid of Microsoft dumb quotes, e.g. \222 for apostrophe? Endless Story
2007-02-16 12:44 ` Brendan Halpin
2007-02-16 16:02   ` ken
2007-02-16 16:14     ` Sebastian P. Luque
2007-02-17 11:04       ` ken
     [not found]   ` <mailman.4605.1171641752.2155.help-gnu-emacs@gnu.org>
2007-02-16 16:59     ` Brendan Halpin
2007-02-16 22:22       ` ken
2007-02-17  1:47   ` Stefan Monnier
2007-02-17 12:06     ` ken
     [not found]     ` <mailman.4653.1171713988.2155.help-gnu-emacs@gnu.org>
2007-02-17 17:29       ` Stefan Monnier
2007-02-19 14:17   ` ken
2007-02-19 16:28     ` Shanks N
2007-02-19 18:48       ` ken
     [not found]   ` <mailman.4721.1171894691.2155.help-gnu-emacs@gnu.org>
2007-02-20  2:00     ` Stefan Monnier
2007-02-20 10:45       ` ken
2007-02-20 10:56         ` Juanma Barranquero
2007-02-20 12:46           ` ken
2007-02-20 13:07             ` Juanma Barranquero
2007-02-21  9:29     ` Endless Story
2007-02-16 16:22 ` Stefan Monnier [this message]
2007-02-16 17:00   ` Endless Story
2007-02-16 22:00     ` Radamanthe

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=jwvfy96jcrs.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).