From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Bob Babcock Newsgroups: gmane.emacs.bugs Subject: Re: bug#32172: csv-kill-fields broken in text mode Date: Tue, 17 Jul 2018 02:01:27 GMT Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 X-Trace: blaine.gmane.org 1531795589 5046 195.159.176.226 (17 Jul 2018 02:46:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2018 02:46:29 +0000 (UTC) User-Agent: Xnews/2006.08.24 To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 17 04:46:25 2018 Return-path: Envelope-to: geb-bug-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 1ffG0O-0001Dy-MH for geb-bug-gnu-emacs@m.gmane.org; Tue, 17 Jul 2018 04:46:24 +0200 Original-Received: from localhost ([::1]:56810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffG2S-0008RK-BT for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Jul 2018 22:48:32 -0400 X-Received: by 2002:a1c:e714:: with SMTP id e20-v6mr891wmh.31.1531792888511; Mon, 16 Jul 2018 19:01:28 -0700 (PDT) Original-Path: usenet.stanford.edu!o2-v6no9798wmc.0!news-out.google.com!o12-v6ni1571wmc.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!37.252.120.71.MISMATCH!2.eu.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!85.12.16.69.MISMATCH!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!post02.iad!fx20.iad.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 21 Original-X-Complaints-To: abuse(at)newshosting.com Original-NNTP-Posting-Date: Tue, 17 Jul 2018 02:01:27 UTC X-Received-Bytes: 1564 X-Received-Body-CRC: 2518279776 Original-Xref: usenet.stanford.edu gnu.emacs.bug:166771 X-Mailman-Approved-At: Mon, 16 Jul 2018 22:48:27 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:148599 Archived-At: Filipp Gunbin wrote in news:mailman.3663.1531754953.1292.bug-gnu-emacs@gnu.org: > tags 32172 notabug > close 32172 > quit > > On 16/07/2018 15:58 +0300, Filipp Gunbin wrote: > >> On 14/07/2018 05:30 +0000, Bob Babcock wrote: >> >>> I just discovered a surprising interaction: csv-kill-fields and >>> csv-kill- multiple-columns break if the buffer is in text mode and a >>> (quoted) field contains a comma. ... >> These commands are not standard commands, but csv-mode specific >> commands, so they work only in csv-mode. Thanks. I never thought about commands being mode-specific, but given the things that can change with mode, I shouldn't have been surprised. I'll make sure I'm in an appropriate mode before using csv-mode commands.