From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: How do I use tags to go to begv_byte instead of BEGV_BYTE? Date: Mon, 24 May 2010 15:24:54 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1274707529 20016 80.91.229.12 (24 May 2010 13:25:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 May 2010 13:25:29 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 24 15:25:28 2010 connect(): No such file or directory 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 1OGXeq-0000pW-AJ for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 15:25:28 +0200 Original-Received: from localhost ([127.0.0.1]:39314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGXep-00014L-KQ for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 09:25:27 -0400 Original-Received: from [140.186.70.92] (port=59403 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGXej-00012l-US for emacs-devel@gnu.org; Mon, 24 May 2010 09:25:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGXeg-0002O4-Vt for emacs-devel@gnu.org; Mon, 24 May 2010 09:25:21 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:38560) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGXeg-0002Nr-T3 for emacs-devel@gnu.org; Mon, 24 May 2010 09:25:18 -0400 Original-Received: by gwb19 with SMTP id 19so688836gwb.0 for ; Mon, 24 May 2010 06:25:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=UzfV3LQQFJYuuivcodj2KzpKk4JgI6orWwz8ZPMXflo=; b=KZW/wkB4kdCUPPD9kuqciYPh53QM94IdoT1MRfZ0MR4OapXOew6/XPgpEYPe4BVT5L w/cFrvk1tOflCFniFcLkgiupAGAgPV5ewxAksFkQBAOqTs+yfqD12SOQLmL0JIb+jVjA Tk9OUKj1DZqZ8aiCQDFW74Fn1jGzT7EGtNGsA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=QpdzyYYIwAaM4IxKUAaXVnQxYYLmw1TVXGUkh6xPRgEkt7n8iCRQotfj63ggGb4KSG JJU3oCbREwMSniw3L00eEnno7WeyVuYh1E6PBvZmBE8aCEFKoO4PKFGjhU4tKoKGsPVE 7xkFJxgohbCE7lWKqsPEqlYNqv2peaNlpi9/M= Original-Received: by 10.101.202.2 with SMTP id e2mr6003088anq.269.1274707517674; Mon, 24 May 2010 06:25:17 -0700 (PDT) Original-Received: by 10.100.177.20 with HTTP; Mon, 24 May 2010 06:24:54 -0700 (PDT) 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:125165 Archived-At: If I on the line below use `find-tag' and asks for "begv_byte" I just get to this line again: #define BEGV_BYTE (current_buffer->begv_byte) What am I doing wrong?