From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Gnus with SSL on Windows 7 Date: Fri, 25 Mar 2011 12:16:51 +0200 Message-ID: <83ei5vtsh8.fsf@gnu.org> References: <87sjudreh5.fsf@lifelogs.com> <83wrjptbf6.fsf@gnu.org> <87wrjo5uhc.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1301048306 18231 80.91.229.12 (25 Mar 2011 10:18:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 10:18:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 25 11:18:22 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q345h-0008FQ-FE for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2011 11:18:22 +0100 Original-Received: from localhost ([127.0.0.1]:42442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q345Y-0007sc-Hw for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2011 06:17:52 -0400 Original-Received: from [140.186.70.92] (port=59898 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3453-0007nx-7P for help-gnu-emacs@gnu.org; Fri, 25 Mar 2011 06:17:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q344z-0001rJ-35 for help-gnu-emacs@gnu.org; Fri, 25 Mar 2011 06:17:18 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q344y-0001qt-Qf for help-gnu-emacs@gnu.org; Fri, 25 Mar 2011 06:17:17 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LIL00500Y4YV200@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Fri, 25 Mar 2011 12:16:49 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LIL005MSZ7YPE60@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Fri, 25 Mar 2011 12:16:47 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80419 Archived-At: > From: Deniz Dogan > Date: Fri, 25 Mar 2011 10:57:46 +0100 > Cc: help-gnu-emacs@gnu.org > > I don't think there's anythng wrong with your patch as such, but my > patch.exe seems broken: > > d:\repos\emacs-trunk>patch < callbacks.patch > patching file configure.in > Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354 You need to save the patch with Unix EOLs ("C-x RET c unix RET" before invoking the Emacs command to save or apply the patch), and you need to invoke patch.exe with the --binary switch. Here's how I do it on Windows: . Mark the patch in the Emacs buffer . C-x RET c unix RET M-| patch -d /path/to/emacs -p0 --binary RET