From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: *.pdf files Date: Fri, 30 Oct 2009 11:00:56 +0100 Message-ID: References: <83vdhxdxi3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256896979 18644 80.91.229.12 (30 Oct 2009 10:02:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2009 10:02:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 30 11:02:53 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N3oJo-0002ih-M7 for ged-emacs-devel@m.gmane.org; Fri, 30 Oct 2009 11:02:52 +0100 Original-Received: from localhost ([127.0.0.1]:52096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3oJo-0004l0-6l for ged-emacs-devel@m.gmane.org; Fri, 30 Oct 2009 06:02:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3oIT-0003kl-Dx for emacs-devel@gnu.org; Fri, 30 Oct 2009 06:01:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3oIN-0003cp-91 for emacs-devel@gnu.org; Fri, 30 Oct 2009 06:01:27 -0400 Original-Received: from [199.232.76.173] (port=48137 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3oIM-0003cV-NW for emacs-devel@gnu.org; Fri, 30 Oct 2009 06:01:22 -0400 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:46713) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3oII-0007ed-Oo; Fri, 30 Oct 2009 06:01:18 -0400 Original-Received: by bwz7 with SMTP id 7so3382975bwz.26 for ; Fri, 30 Oct 2009 03:01:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zVk3qPmuaNLEU907a1t3N4sg5g9E9Ls+TC7y1AQWAV8=; b=PbK1UdYkvDMody3opqZEw0pq5hvUBQcNJrvL+u/5kMAIOaqh+sFNSnKEqIqPJs7IZv ihODjqOAZigqfUXkZumwLLEt2UPicB9eVul6X8N8cCYgVZ7Nt4mvaFFAFv669E/XxCnb WHO1caFKLS4orifgws72+mAH8GytFQbvy51v4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Q8HSOkMD1kvHkDQE9Pzz8Sk3zD160ITnqtxSJknDww0Nyy9+sT2zMCvz6/i+KDYs96 EwfhpSeEWRPmo0/wmfL5sMbCiN2VO88jVlj+S63xfpDNQ7CN4xsHChodwzojEsjAO4zz VGd4e/MEipcnv5B/pb3AHUZgI2G7KyZ9AZgnI= Original-Received: by 10.204.3.14 with SMTP id 14mr943244bkl.128.1256896876453; Fri, 30 Oct 2009 03:01:16 -0700 (PDT) In-Reply-To: <83vdhxdxi3.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116454 Archived-At: On Fri, Oct 30, 2009 at 10:47, Eli Zaretskii wrote: > Shouldn't all PDF files in the repository be marked as binary? =C2=A0I > think otherwise checking them out on non-Posix platforms will run the > risk of ruining them. Yes. The problem already happens with doc/lispintro/cons-*.pdf Juanma