From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?q?Germ=E1n_Arias?= Newsgroups: gmane.emacs.help Subject: Problem to use a TAGS file Date: Sun, 24 Aug 2014 12:50:32 -0600 Message-ID: <3aab1305eaafd4a7c0cc76aa777e605f@german-desktop> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1408906267 12988 80.91.229.3 (24 Aug 2014 18:51:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2014 18:51:07 +0000 (UTC) To: Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 20:51:00 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XLcsV-0004vI-ML for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 20:50:59 +0200 Original-Received: from localhost ([::1]:44995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLcsV-0001wA-7C for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 14:50:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLcsD-0001vw-I7 for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 14:50:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLcs6-0000dC-2e for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 14:50:41 -0400 Original-Received: from mout.gmx.com ([74.208.4.201]:50841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLcs5-0000d3-SZ for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 14:50:33 -0400 Original-Received: from localhost.localdomain ([186.151.38.234]) by mail.gmx.com (mrgmxus002) with ESMTPSA (Nemesis) id 0LjIOP-1WlCSN2ZKx-00dXra for ; Sun, 24 Aug 2014 20:50:32 +0200 User-Agent: GNUMail (Version 1.2.1) X-Provags-ID: V03:K0:PtTPW3BpXCGXUQ5+S5JL076XSX1Zn68BeUX+EGftf7DdkY9xgvY tdjLjQ1NcEP4vXFwsOPQi6Qe/YGp1ajS+6m8LOXghoBlqgZL/JSGgrrfpdaqhN1QLm7X2hn /Td8xBsXbqDA7WsWnQ0gCKcKPXQL5Hmwy6/Gt08T9wf9akpUs6PsipZnNK2YFIdU+m7gFVK oKFb87QrWbVGbtHCcDsFQ== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 74.208.4.201 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99390 Archived-At: Hi, I'm experimenting a strange behaviour with a TAGS file. This is loaded w= ith: ;; Add the table for auto-completion. (setq tags-file-name (expand-file-name "TAGS" gnustep-resources-dir)) But when I try to use it, sometimes I get: "Error in post-command-hook (completion-in-region--postch): (end-of-buff= er)" Or: "ESC C-M-i is undefined" After try 3 or 4 times it works. The TAGS file was generated with etags = using regex. Any advice? This is with emacs 24.3.1 Germ=E1n