From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Any way to remove ^L or ^M from some buffer outputs? Date: Sun, 04 Oct 2020 16:52:27 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18645"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 04 16:53:29 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kP5OC-0004lT-TQ for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 04 Oct 2020 16:53:28 +0200 Original-Received: from localhost ([::1]:50090 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kP5OB-0000aG-Vb for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 04 Oct 2020 10:53:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kP5Ns-0000a5-1F for help-gnu-emacs@gnu.org; Sun, 04 Oct 2020 10:53:08 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:37817) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kP5Nq-0000ue-5h for help-gnu-emacs@gnu.org; Sun, 04 Oct 2020 10:53:07 -0400 Original-Received: from protected.rcdrun.com ([::ffff:197.157.34.178]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_CBC_SHA1) by stw1.rcdrun.com with UTF8ESMTPSA id 000000000005A13D.000000005F79E1AF.00000665; Sun, 04 Oct 2020 07:52:30 -0700 Original-Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local id 00000000000CA549.000000005F79E1AB.00004D66; Sun, 04 Oct 2020 16:52:27 +0200 Received-SPF: pass client-ip=217.170.207.13; envelope-from=admin@protected.rcdrun.com; helo=stw1.rcdrun.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/04 04:25:23 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:124281 Archived-At: Compiling file /home/data1/protected/Programming/emacs-lisp/rcd-cf.el at Sun Oct 4 17:48:33 2020 In cf-sms-exists: rcd-cf.el:437:18: Warning: reference to free variable ā€˜nā€™ Disable showing Disable logging I am not sure if you can see ^L above, let us say I am compiling or having some shell output, then I see often ^L, this may be line feed, I do not know, but it looks green here on my side and is often not interpreted correctly, line after line, but just as special character after which other output lines are shown. In this case I see Emacs compiling buffer. It seems not necessary to be in the buffer like that. Then in shell buffers, I see something like this below: Output file: /home/data1/protected/Media/Videos/Recordings/2020/10/2020-10-04/2020-10-04-17:51:02.ogv ^M[0%] ^M[1%] ^M[2%] ^M[3%] ^M[4%] ^M[5%] ^M[6%] ^M[7%] ^M[8%] ^M[9%] ^M[10%] ^M[10%] ^M[11%] ^M[12%] ^M[13%] ^M[14%] ^M[15%] ^M[16%] ^M[17%] ^M[18%] ^M[19%] ^M[20%] ^M[20%] ^M[21%] ^M[22%] ^M[23%] ^M[24%] ^M[25%] ^M[26%] ^M[27%] ^M[28%] ^M[29%] ^M[30%] Is that alright to be so? Maybe there is way to remove those by setting something?