all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Xah Lee <xahlee@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: how to patch diff into source code?
Date: Thu, 22 Jan 2009 00:23:45 +0100	[thread overview]
Message-ID: <f7ccd24b0901211523v7e971f7crd18c76b4f918159c@mail.gmail.com> (raw)
In-Reply-To: <cd7ab62a-714e-4876-94bd-dda6cdff2269@r15g2000prd.googlegroups.com>

On Wed, Jan 21, 2009 at 03:08, Xah Lee <xahlee@gmail.com> wrote:

> could anyone help me with a diff/patch question?
> -                          (not (memq (char-before) '(?\; ?\
> {)))))))))))
> +                          (not (or (bobp) (memq (char-before) '(?\;
> ?\{))))))))))))

??

I sent you a private e-mail explaining that the patch had been mangled
by the mail program, and I sent you the corrected lines. Did you
receive it?

> patching file /Users/xah/web/emacs/css-mode.el
> patch: **** malformed patch at line 8: ?\{))))))))))))
>
> is it something i did wrong or the patch?

The lines are mangled. The line starting with "-" should be
concatenated with the following one, but inserting one space between
both lines. The same goes for the line starting with "+" and the
following line.

But it is easier if you just copy them from my e-mail (or patch it by
hand, which is even easier).

    Juanma




  parent reply	other threads:[~2009-01-21 23:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-21  2:08 how to patch diff into source code? Xah Lee
2009-01-21 21:29 ` Lennart Borgman
2009-01-21 21:30 ` Xah Lee
2009-01-21 22:55 ` Ian Eure
2009-01-21 23:23 ` Juanma Barranquero [this message]
     [not found] ` <mailman.5472.1232580233.26697.help-gnu-emacs@gnu.org>
2009-01-21 23:33   ` Xah Lee

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=f7ccd24b0901211523v7e971f7crd18c76b4f918159c@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=xahlee@gmail.com \
    /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.