unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ken Manheimer" <ken.manheimer@gmail.com>
To: "Stefan Monnier" <monnier@iro.umontreal.ca>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: emacsclient almost working!
Date: Tue, 22 Apr 2008 13:52:27 -0400	[thread overview]
Message-ID: <2cd46e7f0804221052t5dc6cb7cv73fa8b302c48767f@mail.gmail.com> (raw)
In-Reply-To: <jwvve2ar48i.fsf-monnier+emacs@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

On Mon, Apr 21, 2008 at 10:52 PM, Stefan Monnier <monnier@iro.umontreal.ca>
wrote:

> > i'm attaching the contents of the " *server*" buffer.  I see at least
> part
> > of the problem - I had an environment variable CR which had the value ^M
> > (char 13).  unsetting that environment variable prevents the problem.
>
> Thanks, does the patch below fix the problem?


yes.  thanks!


>        Stefan
>
>
> --- server.el.~1.164.~  2008-04-20 17:31:51.000000000 -0400
> +++ server.el   2008-04-21 22:51:49.000000000 -0400
> @@ -500,8 +500,9 @@
>                       :filter 'server-process-filter
>                       ;; We must receive file names without being decoded.
>                       ;; Those are decoded by server-process-filter
> according
> -                      ;; to file-name-coding-system.
> -                      :coding 'raw-text
> +                      ;; to file-name-coding-system.  Also don't get
> +                      ;; confused by CRs since we don't quote them.
> +                      :coding 'raw-text-unix
>                       ;; The other args depend on the kind of socket used.
>                       (if server-use-tcp
>                           (list :family nil
>



-- 
ken
http://myriadicity.net

[-- Attachment #2: Type: text/html, Size: 2497 bytes --]

  reply	other threads:[~2008-04-22 17:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-21 18:17 emacsclient almost working! Ken Manheimer
2008-04-21 19:30 ` Stefan Monnier
2008-04-21 22:20   ` Ken Manheimer
2008-04-22  2:52     ` Stefan Monnier
2008-04-22 17:52       ` Ken Manheimer [this message]
2008-04-23  1:37         ` Stefan Monnier
2008-04-23  8:50           ` Jason Rumney
2008-04-23 15:35             ` Stefan Monnier

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=2cd46e7f0804221052t5dc6cb7cv73fa8b302c48767f@mail.gmail.com \
    --to=ken.manheimer@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 public inbox

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

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).