From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: company.el status? Date: Fri, 08 Mar 2013 00:50:00 +0400 Message-ID: <87fw077x53.fsf@yandex.ru> References: <87ip53yuuv.fsf@yandex.ru> <87ip5384u5.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362689415 1227 80.91.229.3 (7 Mar 2013 20:50:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Mar 2013 20:50:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 07 21:50:35 2013 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 1UDhlo-0005y9-Nz for ged-emacs-devel@m.gmane.org; Thu, 07 Mar 2013 21:50:32 +0100 Original-Received: from localhost ([::1]:34373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDhlT-0000pN-1l for ged-emacs-devel@m.gmane.org; Thu, 07 Mar 2013 15:50:11 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDhlM-0000kh-7c for emacs-devel@gnu.org; Thu, 07 Mar 2013 15:50:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDhlG-0000gu-Ot for emacs-devel@gnu.org; Thu, 07 Mar 2013 15:50:04 -0500 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:35609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDhlG-0000eh-Hh for emacs-devel@gnu.org; Thu, 07 Mar 2013 15:49:58 -0500 Original-Received: by mail-lb0-f169.google.com with SMTP id m4so801688lbo.28 for ; Thu, 07 Mar 2013 12:49:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type:x-antivirus :x-antivirus-status; bh=BHt4kW82v31uuczLhrRK+xC+P1AvORESwyw/whGcFD4=; b=i9WWy+34mj/UwJ/zl1+zd76yP/WTn98EFPu5c+3zwL1Zm98MJuEp+yiTK45bsZXqHR Xhd6ZNm0lSho/bGTjY0tUF9NPnVJSNZMfk3t1+Bf/vjm8s76ocWIaO2XL8DnpkFF0jUK F03uSaMMzFTJhdUdzG7x5F9WU5LafVlnW41DUlLOG3ROJrHEFH7sK4sof0XWy3cCAgXx +y8/wnlCgjwKv4ER7GYdt6C7WB7rrMKN6q4zQ2ZvVK0xtla1VWq8B+wKl5FU6X3tt3TT rRbQM/SL2C4/7KZIe0s6NC6qaXMDtEuViMjDRGC4M2YE+NTPOUDq5Kg1JQ+e8BIkXD55 rICg== X-Received: by 10.152.105.244 with SMTP id gp20mr29965013lab.34.1362689397476; Thu, 07 Mar 2013 12:49:57 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id xw14sm1441341lab.6.2013.03.07.12.49.55 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Mar 2013 12:49:56 -0800 (PST) In-Reply-To: <87ip5384u5.fsf@gmail.com> (Thierry Volpiatto's message of "Thu, 07 Mar 2013 19:03:46 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-Antivirus: avast! (VPS 130307-0, 07.03.2013), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.169 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:157565 Archived-At: Hi Thierry, Thierry Volpiatto writes: > Same for eldoc-eval.el and ioccur.el they are maintained now on github: > > https://github.com/thierryvolpiatto/eldoc-eval.git > https://github.com/thierryvolpiatto/ioccur.git Why is that? If that's just because of Bazaar, I can sympathize, but there was an announcement on emacs-devel recently that the elpa branch will migrate to Git, or something like that. > And eldoc-eval is broken for 24.3+ on ELPA (Fixed on github). I think you should either merge the changes, or remove the package, so that the users don't encounter the problem. If you don't have the access, I can do either for you. --Dmitry