From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: Emacs server not detected in Mac OS High Sierra Date: Thu, 28 Dec 2017 19:36:17 -0800 (PST) Message-ID: References: <00d5b9fa-834d-479e-9e05-9239b09f9ef6@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1514518713 2579 195.159.176.226 (29 Dec 2017 03:38:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2017 03:38:33 +0000 (UTC) Injection-Date: Fri, 29 Dec 2017 03:36:18 +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 Fri Dec 29 04:38:29 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 1eUlV5-0000B2-25 for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Dec 2017 04:38:27 +0100 Original-Received: from localhost ([::1]:51810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUlX3-00030f-Mq for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2017 22:40:29 -0500 X-Received: by 10.55.72.207 with SMTP id v198mr4470098qka.22.1514518578095; Thu, 28 Dec 2017 19:36:18 -0800 (PST) X-Received: by 10.31.165.202 with SMTP id o193mr3068529vke.9.1514518577944; Thu, 28 Dec 2017 19:36:17 -0800 (PST) Original-Path: usenet.stanford.edu!m31no3343932qtf.0!news-out.google.com!t48ni1185qtc.1!nntp.google.com!m31no3343927qtf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <00d5b9fa-834d-479e-9e05-9239b09f9ef6@googlegroups.com> Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=117.223.154.184; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 117.223.154.184 Original-Xref: usenet.stanford.edu gnu.emacs.help:221381 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:115496 Archived-At: On Friday, December 29, 2017 at 8:23:33 AM UTC+5:30, Rusi wrote: > Note 1. > Some typos need to be corrected > Change these two lines > > Comment=Edit text MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; > Exec=emacsclient -n -a "" %F > > to these 3 > > Comment=Edit text > MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; > Exec=emacsclient -n -a "" -c %F > > [Seems to be some org-mode to md export bug] No bug I had a newline missing that disappeared (or misappeared) due to the long MimeType line