From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: csharp-mode from Melpa: Invalid search bound (wrong side of point) Date: Mon, 01 Jun 2015 09:53:56 +0200 Organization: Probably a good idea Message-ID: References: <20150529125629.42175.qmail@mail.muc.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1433145325 1875 80.91.229.3 (1 Jun 2015 07:55:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2015 07:55:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 01 09:55:15 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YzKYz-0003YY-6T for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2015 09:55:13 +0200 Original-Received: from localhost ([::1]:44788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzKYy-0006Pb-Mq for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2015 03:55:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzKXy-0005F5-7g for help-gnu-emacs@gnu.org; Mon, 01 Jun 2015 03:54:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzKXt-0007Yi-9p for help-gnu-emacs@gnu.org; Mon, 01 Jun 2015 03:54:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzKXt-0007Xz-40 for help-gnu-emacs@gnu.org; Mon, 01 Jun 2015 03:54:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YzKXq-00030x-58 for help-gnu-emacs@gnu.org; Mon, 01 Jun 2015 09:54:02 +0200 Original-Received: from rainey.bang.priv.no ([212.110.185.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Jun 2015 09:54:02 +0200 Original-Received: from sb by rainey.bang.priv.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Jun 2015 09:54:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rainey.bang.priv.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:9UxDVn9RZvNa0Fntb66rQ3Tj9dg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104709 Archived-At: >>>>> Alan Mackenzie : > Usual questions for an Emacs bug: does the bug happen when you start with > emacs -Q (followed by "manually" loading csharp-mode)? Yes. Procedure: - Opened cmd.exe - Ran the command: c:\programfiles\emacs-24.4-bin-i686-pc-mingw32\bin\emacs -Q - Loaded csharp-mode: M-x load-library c:/Users/sb/.emacs.d/elpa/csharp-mode-20150514.251/csharp-mode.el RET (I intentionally loaded the .el rather than .elc) - Loaded a .cs file - Tried: M-x occur someterm RET - Got the error: Invalid search bound (wrong side of point) > Does the bug happen in Emacs 24.5 or in the latest development trunk > version (if you have easy access to this - I think you have)? Not on the machine where the problem occurs (the problem didn't occur on a Win8 computer at home). Is there a CI build of emacs for windows that would be acceptable to test on? (I have googled up two sourceforge-hosted projects, but I don't know if they have official sanction)