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: EMACS_INT cleanup Date: Fri, 24 Sep 2010 00:12:18 +0200 Message-ID: References: <83aan8uvy3.fsf@gnu.org> <8339t0uthi.fsf@gnu.org> <831v8kurwd.fsf@gnu.org> <83wrqctcha.fsf@gnu.org> <83vd5wtc7j.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: dough.gmane.org 1285280001 18512 80.91.229.12 (23 Sep 2010 22:13:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 22:13:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 00:13:19 2010 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.69) (envelope-from ) id 1Oyu2Z-0002rh-69 for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 00:13:19 +0200 Original-Received: from localhost ([127.0.0.1]:51246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oyu2Y-00009c-9h for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 18:13:18 -0400 Original-Received: from [140.186.70.92] (port=59327 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oyu2Q-00008Y-33 for emacs-devel@gnu.org; Thu, 23 Sep 2010 18:13:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oyu2M-000199-RT for emacs-devel@gnu.org; Thu, 23 Sep 2010 18:13:10 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:51587) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oyu2M-00018w-FW for emacs-devel@gnu.org; Thu, 23 Sep 2010 18:13:06 -0400 Original-Received: by iwn33 with SMTP id 33so2927520iwn.0 for ; Thu, 23 Sep 2010 15:13:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=ahGrKR5Or8t6GzvGb1tnGrxorOFWNAmJwF1x6ZYdPIA=; b=Bq4Svkb6wnV3OJVIjD/Y0McjMbf41GAHqKuRpvpehXo21fI2ocVQHOTC71DblGm7mD 5EEvxgLHXttLdOpF0sJ3CI8Um8vH34HQ1k4ijznqowN8cgwUhjEFXBmAIuTdNok3YMVN ggyZtxRYvt2kTd4iiDVIvdM5f8r044EWVtZS0= 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 :content-type:content-transfer-encoding; b=UDYUQDgP4KESd1q79Ok55SjHSORo/8yvimvwcGzIM6MUmTtjNMlerbzXQB7cI7ULL6 sJ37cc6GWq+Qm2In8J7UY2fpWcehXN5WYoU4Gv1l3Yi1lDqbI+FeozrDoLzoh6Izd5Gy JfdQmt3w5o4efi/nLofqqQIwFZ48mSwEtaphw= Original-Received: by 10.231.193.81 with SMTP id dt17mr1532575ibb.177.1285279979045; Thu, 23 Sep 2010 15:12:59 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Thu, 23 Sep 2010 15:12:18 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.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:130707 Archived-At: On Fri, Sep 24, 2010 at 00:07, Lars Magne Ingebrigtsen wro= te: > Do we want to allow strings to be more than 2GB big? If we ever support buffers > 2GB, (buffer-string) > 2GB. Not likely to be used, but you never know. =C2=A0 =C2=A0 Juanma