From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70770 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: buffer names in MKII Date: Fri, 19 Aug 2011 00:32:37 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1313706785 8758 80.91.229.12 (18 Aug 2011 22:33:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 18 Aug 2011 22:33:05 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 19 00:32:59 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QuB8z-0006mN-QW for gctc-ntg-context-518@m.gmane.org; Fri, 19 Aug 2011 00:32:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5DA81CAED3; Fri, 19 Aug 2011 00:32:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UPRwV+hrrOxY; Fri, 19 Aug 2011 00:32:52 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AB834CAED5; Fri, 19 Aug 2011 00:32:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0EADBCAED5 for ; Fri, 19 Aug 2011 00:32:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ipcHuueyn172 for ; Fri, 19 Aug 2011 00:32:39 +0200 (CEST) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id 09365CAED3 for ; Fri, 19 Aug 2011 00:32:39 +0200 (CEST) Original-Received: from mail-qw0-f41.google.com (mail-qw0-f41.google.com [209.85.216.41]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p7IMWbSj012852 for ; Fri, 19 Aug 2011 00:32:38 +0200 Original-Received: by qwa26 with SMTP id 26so2432770qwa.14 for ; Thu, 18 Aug 2011 15:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=KqoNwoy1diPRgbAcmQPJr+q2YvU1W+FcnKPWecJPUW0=; b=bX23yDutKVEy4Nmp+8zWInREdyD3fSR+eI7eMlC+jb1L4Q6T1PHY7om4o8HTzjn9dI ZhwCAUHswWtIR5keziVr0uFZTcEg3x5fjRg8JpFPOmk0ybhzX4lhydQrYjamRPBtrzLb 8BslX3lDkzkSnYLKcM6XpIwRzH16jqpBQYXqE= Original-Received: by 10.224.204.133 with SMTP id fm5mr1191495qab.160.1313706757202; Thu, 18 Aug 2011 15:32:37 -0700 (PDT) Original-Received: by 10.229.235.5 with HTTP; Thu, 18 Aug 2011 15:32:37 -0700 (PDT) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=209.85.216.41; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08FlWwBLO - b7dc2c9e9857 - 20110819 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:70770 Archived-At: Dear Hans, something broke backward compatibility in MKII. When using buffers like in \startbuffer[buffername] hello world \stopbuffer the code now creates buffername.tmp instead of \jobname-buffername.tmp. This breaks the gnuplot module in weird ways. I can probably fix it in one way or another, but I'm not sure why the behaviour would change. To fix the vim module? :) :) :) OK, I need to take some time and try to use Aditya's code in the background anyway, but I still wonder if the change was intentional or not. Thanks, Mojca ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________