From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: sellputcall@gmail.com Newsgroups: gmane.emacs.help Subject: Re: C++ mode odd // behavior Date: Thu, 9 Nov 2017 11:35:08 -0800 (PST) Message-ID: <0081e04e-9d53-458e-b226-d5cd33cc98df@googlegroups.com> References: <5d03940f-66b4-4ad2-90dd-6c8a57bdc920@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1510256211 4090 195.159.176.226 (9 Nov 2017 19:36:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 9 Nov 2017 19:36:51 +0000 (UTC) Injection-Date: Thu, 09 Nov 2017 19:35:09 +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 Thu Nov 09 20:36:47 2017 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 1eCsd5-0000uK-ND for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Nov 2017 20:36:47 +0100 Original-Received: from localhost ([::1]:38500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCsdD-0005if-3Z for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Nov 2017 14:36:55 -0500 X-Received: by 10.200.34.107 with SMTP id p40mr5147549qtp.32.1510256109069; Thu, 09 Nov 2017 11:35:09 -0800 (PST) X-Received: by 10.31.34.197 with SMTP id i188mr36036vki.2.1510256108893; Thu, 09 Nov 2017 11:35:08 -0800 (PST) Original-Path: usenet.stanford.edu!z50no530965qtj.0!news-out.google.com!v14ni1082qtc.0!nntp.google.com!z50no530963qtj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.29.48.93; posting-account=yzathwkAAADZujRk3VZvoRSE7kzJABwS Original-NNTP-Posting-Host: 73.29.48.93 Original-Xref: usenet.stanford.edu gnu.emacs.help:220714 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:114823 Archived-At: On Sunday, November 5, 2017 at 4:32:38 AM UTC-5, Anast Gramm wrote: > > Very odd behavior in C mode: status line has C/l pair Abbrev. > > Editing a c++ header file. > > When I type // it inserts a bullet point as of today! > > Dont think i have seen this before. > > It might be the yas-snippet package. Try disabling the yas minor mode. > If it is indeed yas, then you should find the '//' definition and disable it > > > I have to type:/ [space] [backspace] / to get // to take effect. > > in cc-mode you can also select a region then C-c C-c to comment it out with '//' I dont load yas mode. Nor do i find any info for yaz in apropos. Yes, the comment region has been working fine in cc-mode. Still comments out regions.