From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: stefan.puiu@gmail.com Newsgroups: gmane.emacs.help Subject: cscope-minor-mode not enabled for C in emacs 25 Date: Mon, 5 Mar 2018 05:18:20 -0800 (PST) Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1520255918 2734 195.159.176.226 (5 Mar 2018 13:18:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2018 13:18:38 +0000 (UTC) Injection-Date: Mon, 05 Mar 2018 13:18:20 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 05 14:18:34 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1esq0b-0007Q8-M9 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Mar 2018 14:18:29 +0100 Original-Received: from localhost ([::1]:49431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esq2Z-0004cq-3e for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Mar 2018 08:20:31 -0500 X-Received: by 10.200.4.134 with SMTP id s6mr11453681qtg.9.1520255900802; Mon, 05 Mar 2018 05:18:20 -0800 (PST) X-Received: by 10.31.161.197 with SMTP id k188mr1656424vke.8.1520255900613; Mon, 05 Mar 2018 05:18:20 -0800 (PST) Original-Path: usenet.stanford.edu!r16no3799223qtn.1!news-out.google.com!a13ni678qtd.1!nntp.google.com!r16no3799218qtn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.226.172.43; posting-account=zoTxwQoAAABg4AQzY_r8k_HEVmMPN3k5 Original-NNTP-Posting-Host: 193.226.172.43 Original-Xref: usenet.stanford.edu gnu.emacs.help:221993 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:116108 Archived-At: Hi,=20 I've asked this also on Emacs stackexchange (https://emacs.stackexchange.co= m/questions/38822/cscope-minor-mode-not-enabled-for-c-in-emacs-25), trying = my luck here... I'm using Emacs 25 on Ubuntu 16.04 and all is mostly well, except that ther= e's one difference between this version and 24 - on Emacs 24, any C/C++ fil= e (*.c or *.cpp) I would open, cscope-minor-mode would be enabled. This isn= 't the case anymore on 25 (I've checked with 'C-h m'), so I have to type 'M= -x cscope-minor-mode' on each new file I open, which is quite annoying. I'm= using xcscope-el that ships with this version of Ubuntu (1.1-1, says dpkg = output). Any idea what could be happening here? A pointer to where to start= looking would be very helpful.=20 Thanks in advance, Stefan.