From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Douglas Quagliana Newsgroups: gmane.emacs.devel Subject: Re: Emacs 24.5 wordstar emulation (ws-mode.el) Date: Mon, 18 May 2015 17:19:27 -0500 Message-ID: <-7820571150519861311@unknownmsgid> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1431987605 21237 80.91.229.3 (18 May 2015 22:20:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2015 22:20:05 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 19 00:20:04 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YuTOD-0002cY-CK for ged-emacs-devel@m.gmane.org; Tue, 19 May 2015 00:20:01 +0200 Original-Received: from localhost ([::1]:43200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuTOC-0007Un-Q2 for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 18:20:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuTO0-0007Uf-6V for emacs-devel@gnu.org; Mon, 18 May 2015 18:19:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuTNx-0002tj-7f for emacs-devel@gnu.org; Mon, 18 May 2015 18:19:48 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:34581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuTNw-0002tN-V6 for emacs-devel@gnu.org; Mon, 18 May 2015 18:19:45 -0400 Original-Received: by laat2 with SMTP id t2so240033108laa.1 for ; Mon, 18 May 2015 15:19:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:from:date:message-id:subject:to :cc:content-type; bh=n0KcYNXxCxAOUhKgj2NGw+pnhtERCvczdM6S80wUs14=; b=GDLGSruYO2IC7P0buohQRzdLUlpMmc3dvxF4YV8NwOoN7F/w4sXbnlEAUIIbN1GujG levHs3wwno5xaGydoBvaHLvHvqMGv+kpGi+GtLETg6XbIS/K5WtaQT64WQ8m0ZBNNc7Q e9SWO90QqAHceqwhgjLqKTyGjCSKfyeu22wRcc1oVlKEZ/+Xo1CQgtJ/hcN1Zge3FYdL uRvKCrSmph6Xa/W73M4fwvUMW2V4fqrEWep8MIuBuvntHpv2NnaxW/0r5NMtXyLkcWMu jiQM2nJuFyB82rB0jJ2A34MW3QTQ590t38wKbqnpSQrCNt9GIEnilmPPWhrC26h/qkS5 IwJw== X-Received: by 10.152.18.194 with SMTP id y2mr16249598lad.74.1431987583088; Mon, 18 May 2015 15:19:43 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186603 Archived-At: Hi Stefan, I really haven't touched lisp since before I got my Masters degree. Can you offer any suggestions on how to create the patch so that wordstar mode is a minor mode instead of a major mode? Any help or pointers appreciated. Regards, Douglas On May 5, 2015, at 6:52 AM, Stefan Monnier wrote: >> fact, I would like to see a combined C mode and WordStar mode but I > > Clearly, like all such emulation modes, ws-mode should not be > a major-mode but a minor mode, that can then be combined with any other > major mode. > > Patches welcome, > > > Stefan