From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: shlomivaknin@gmail.com Newsgroups: gmane.emacs.bugs Subject: Re: bug#23996: 25.0.95; rudel incompatible with eieio bundles in emacs 25 Date: Wed, 14 Sep 2016 19:19:48 -0700 (PDT) Message-ID: <67859f0e-6087-486c-be17-f97bd3d27159@googlegroups.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: blaine.gmane.org 1473915883 26247 195.159.176.226 (15 Sep 2016 05:04:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Sep 2016 05:04:43 +0000 (UTC) Injection-Date: Thu, 15 Sep 2016 02:19:48 +0000 User-Agent: G2/1.0 To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 15 07:04:38 2016 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 1bkOqi-0005tX-CQ for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Sep 2016 07:04:36 +0200 Original-Received: from localhost ([::1]:59882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkOqg-0002sv-8z for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Sep 2016 01:04:34 -0400 X-Received: by 10.107.150.133 with SMTP id y127mr4944769iod.7.1473905988467; Wed, 14 Sep 2016 19:19:48 -0700 (PDT) X-Received: by 10.36.111.147 with SMTP id x141mr12895itb.6.1473905988442; Wed, 14 Sep 2016 19:19:48 -0700 (PDT) Original-Path: usenet.stanford.edu!x192no510203itb.0!news-out.google.com!b4ni1170iti.0!nntp.google.com!x192no510193itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.55.54.40; posting-account=gkm_nAoAAAB3LB8HQpeV0PL3OZXA6XP1 Original-NNTP-Posting-Host: 192.55.54.40 Original-Xref: usenet.stanford.edu gnu.emacs.bug:148636 X-Mailman-Approved-At: Thu, 15 Sep 2016 01:04:24 -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:123319 Archived-At: Thanks! Ill give it a shot! On Wednesday, September 14, 2016 at 6:05:12 PM UTC-7, npos...@users.sourceforge.net wrote: > tags 23996 fixed > close 23996 > quit > > [I'm not sure where you sent this mail, it's not showing up on the bug, > please send messages to 23996@debbugs.gnu.org so they're archived > properly] > > > On Tuesday, September 13, 2016 at 3:16:09 PM UTC-7, shlomi...@gmail.com wrote: > >> Hey, > >> I get the same problem, the rudel. The version I see on melpa is 0.3 and its very old.. > >> > >> Is this package still worked on? Couldnt find a repository (be it github, bazzar or svn) that has activity after 2010. > >> > >> Is this project still alive? where? Are there any other alternatives? > > On Tue, Sep 13, 2016 at 6:52 PM, wrote: > > Oh, > > > > Ok, so its in elpa the source repository and not elpa the package repository (http://git.savannah.gnu.org/cgit/emacs/elpa.git/), and even there, you have to switch to externals/rudel branch to see the code. > > > > However, I cant seem to be able to compile or load it by following the directions in the INSTALL file.. When trying to recompile-directory all files are simply skipped. Running from the shell in the source directory: > > > > emacs -q --batch --eval "(byte-recompile-directory \"./\" 0)" > > > > returns lots of "no such file or directory" errors for files like adopted-operation, rudel-util etc, all of which exists in the current directory. > > > > Whats the proper way to do that? > > The most recent repo for rudel does appear to be ELPA. The compile > instructions in README and INSTALL seem to be outdated. The following > compiles successfully for me (though there are a bunch of warnings): > > emacs -Q --batch -L . -f batch-byte-compile *.el > > I managed to get something working this time: > > # first Emacs instance > emacs -Q -L . -l rudel-mode.el & > M-x global-rudel-minor-mode > C-c c h > C-c c j localhost RET 6522 RET red RET n RET qqq RET www RET > C-c c p RET # publish *scratch* > > # second Emacs instance > emacs -Q -L . -l rudel-mode.el & > M-x global-rudel-minor-mode > C-c c j localhost RET 6522 RET blue RET n RET qqq RET www RET > C-c c s TAB RET yes RET # subscribe to scratch > > So I've bumped the version in ELPA to 0.3.1 and I'm closing this bug.