From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: schury.michael@googlemail.com Newsgroups: gmane.emacs.help Subject: emacs reftex hangs up while Scanning bibliography database Date: Mon, 21 Sep 2015 04:54:50 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1442840950 10212 80.91.229.3 (21 Sep 2015 13:09:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2015 13:09:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 21 15:09:09 2015 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 1Ze0qB-00049b-GD for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2015 15:09:07 +0200 Original-Received: from localhost ([::1]:58288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze0qA-0008DU-0S for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2015 09:09:06 -0400 X-Received: by 10.129.89.214 with SMTP id n205mr17347028ywb.51.1442836491810; Mon, 21 Sep 2015 04:54:51 -0700 (PDT) X-Received: by 10.50.73.233 with SMTP id o9mr95245igv.14.1442836491772; Mon, 21 Sep 2015 04:54:51 -0700 (PDT) Original-Path: usenet.stanford.edu!z77no2633445qge.1!news-out.google.com!n2ni7485igy.0!nntp.google.com!kq10no6970764igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=217.10.52.10; posting-account=u97euQoAAABrnGXXnh0dGXAN3kiEB-J3 Original-NNTP-Posting-Host: 217.10.52.10 User-Agent: G2/1.0 Injection-Date: Mon, 21 Sep 2015 11:54:51 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:214983 X-Mailman-Approved-At: Mon, 21 Sep 2015 09:08:47 -0400 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:107267 Archived-At: I've a strange reftex-issue. When i insert a cite from a bib-file, emacs hangs up. I've tried this on two different machines: Windows 7 and on Mac OS X. (GNU Emacs 24.5.1) Insert a cite is done: 1. Open emacs, the bibliography file is loaded with: (setq reftex-default-bibliography '("/Users/user/CloudStation/repositories_d/pandoc-templates/examples/socbib-pandoc.bib")) ( the bib file exists and is accessible) 2. Open a .tex file and press C-c [ ^M and enter b*. Now emacs shows the message: Scanning bibliography database socbib-pandoc.bib No emacs hangs up. Does anyone have an idea why ? I've tried this with different bib files (so the bib file itself should be OK).