From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: cobol-mode Date: Sat, 14 Jan 2017 21:28:03 -0500 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484447313 6357 195.159.176.226 (15 Jan 2017 02:28:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 15 Jan 2017 02:28:33 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: joakim.jalap@fastmail.com, Simon Sobisch , emacs-devel@gnu.org To: Edward Hart Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 15 03:28:29 2017 Return-path: Envelope-to: ged-emacs-devel@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 1cSaYJ-0008Nj-JZ for ged-emacs-devel@m.gmane.org; Sun, 15 Jan 2017 03:28:15 +0100 Original-Received: from localhost ([::1]:50071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSaYO-0000Ku-7j for ged-emacs-devel@m.gmane.org; Sat, 14 Jan 2017 21:28:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSaYI-0000FO-5a for emacs-devel@gnu.org; Sat, 14 Jan 2017 21:28:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSaYF-0008TN-2t for emacs-devel@gnu.org; Sat, 14 Jan 2017 21:28:14 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:57786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSaYE-0008T9-TE for emacs-devel@gnu.org; Sat, 14 Jan 2017 21:28:11 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id v0F2S3Iv017481; Sat, 14 Jan 2017 21:28:03 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 7AABFAE582; Sat, 14 Jan 2017 21:28:03 -0500 (EST) In-Reply-To: (Stefan Monnier's message of "Sat, 14 Jan 2017 12:53:04 -0500") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV5919=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5919> : inlines <5627> : streams <1729121> : uri <2358292> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211307 Archived-At: > Please take a look at it (as well as a few other FIXMEs I've added such > as one for `in-string-p` which doesn't exist (well there's one defined > in thingatpt.el but you don't require that package)). Feel free to ask > further questions to solve those problems, One more thing: the code mentions using auto-complete, but I don't see any completion code in cobol-mode, so I'm wondering what kind of completion offers auto-complete in cobol-mode (e.g. completion of keywords or dabbrev-style completion?). It'd be good to provide some completion-at-point-function so that it works for the built-in completion (via `completion-at-point`) as well as company (and IIUC auto-complete also supports completion-at-point-functions nowadays). Stefan