patch applied (yi): Move point when scrolling with Pango

2009-03-16 Thread Jeff Wheeler
Tue Mar 17 01:17:06 EDT 2009 Jeff Wheeler * Move point when scrolling with Pango Ignore-this: 637f672197da4e85398c4e9bf323ce37 I prefer the other way, but I'll leave it like others wanted for now. M ./Yi/UI/Pango.hs -3 +1 --~--~-~--~~~---~--~~ Yi de

Re: darcs patch: Fix minibuffer issues in multiwindow environment

2009-03-16 Thread Kevin Ballard
Well hrm, I tried to send a reply to this with [OBSOLETE] in the subject to cause DarcsWatch to reject it (as I typo'd the name and resubmitted with a new name), but I haven't seen that email come through to the list. Please ignore this patch and use the new one. I will attempt to send the OBSOLETE

Re: darcs patch: Fix minibuffer issues in multiwindow environment [OBSOLETE]

2009-03-16 Thread Kevin Ballard
Please ignore this patch, I typoed in the name and would like to resubmit. -Kevin On Mon, Mar 16, 2009 at 3:05 PM, Kevin Ballard wrote: > This patch performs the same function as the old one of the same name[1], > submitted 2 months ago by sara.r...@..., but rewritten to work in the > current re

Re: darcs patch: Fix minibuffer issues in multiwindow environment

2009-03-16 Thread Kevin Ballard
This patch performs the same function as the old one of the same name[1], submitted 2 months ago by sara.r...@..., but rewritten to work in the current repo. [1]: http://article.gmane.org/gmane.editors.yi.devel/2702 2009/3/16 > Mon Mar 16 15:02:15 PDT 2009 ke...@sb.org > * Fix minibuffer issue

patch applied (yi): Fix docstring for withMinibufferGen to use correct name

2009-03-16 Thread Jeff Wheeler
Mon Mar 16 15:37:48 EDT 2009 ke...@sb.org * Fix docstring for withMinibufferGen to use correct name Ignore-this: 6684b66ecb2d598e73a411ad007328db M ./Yi/MiniBuffer.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http:/

patch applied (yi): Rollback: Yi.Keymap.Emacs.Utils: Make promptTag restrict the default value to the first word

2009-03-16 Thread Jeff Wheeler
Mon Mar 16 14:46:04 EDT 2009 ke...@sb.org * Rollback: Yi.Keymap.Emacs.Utils: Make promptTag restrict the default value to the first word Ignore-this: 95582f293a849f6c7da63a0124d79f00 The recent change 'regionOfB := regionOfNonEmptyB' obsoleted this patch. rolling back: Tue Mar

Issue 229 in yi-editor: Haskell: support for not using layout (curly braces are red).

2009-03-16 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 229 by andersk84: Haskell: support for not using layout (curly braces are red). http://code.google.com/p/yi-editor/issues/detail?id=229 Have pushed patch that should solve this issue -- You received this message because you are listed in the

Issue 229 in yi-editor: Haskell: support for not using layout (curly braces are red).

2009-03-16 Thread codesite-noreply
Updates: Status: Started Owner: andersk84 Comment #5 on issue 229 by andersk84: Haskell: support for not using layout (curly braces are red). http://code.google.com/p/yi-editor/issues/detail?id=229 (No comment was entered for this change.) -- You received this message because

patch applied (yi): Fix issue 229: Changes done in Layout.hs, Haskell.hs and Paren.hs

2009-03-16 Thread Anders Karlsson
Mon Mar 16 12:32:16 EDT 2009 ande...@student.chalmers.se * Fix issue 229: Changes done in Layout.hs, Haskell.hs and Paren.hs Ignore-this: d2e55b5dcabffa7779e4f08c2c53a77c M ./Yi/Syntax/Haskell.hs -2 +4 M ./Yi/Syntax/Layout.hs -3 +3 M ./Yi/Syntax/Paren.hs -1 +3 --~--~-~--

Issue 251 in yi-editor: Spell checking

2009-03-16 Thread codesite-noreply
Comment #3 on issue 251 by nicolas.pouillard: Spell checking http://code.google.com/p/yi-editor/issues/detail?id=251 @jpb The first answer is: just the user-experience. The second is that they've switched (in Vim) from a hackish, dynamic, scripted, plugin code, to C code in the core of Vim. Ho

Issue 251 in yi-editor: Spell checking

2009-03-16 Thread codesite-noreply
Comment #2 on issue 251 by JeanPhilippe.bernardy: Spell checking http://code.google.com/p/yi-editor/issues/detail?id=251 Can you elaborate on how the current vim solution is smoother? -- You received this message because you are listed in the owner or CC fields of this issue, or because you sta

Issue 252 in yi-editor: Nestable highlighters

2009-03-16 Thread codesite-noreply
Comment #1 on issue 252 by gwern0: Nestable highlighters http://code.google.com/p/yi-editor/issues/detail?id=252 > - Quasiquotations one day we should be able to nicely display using a customizable way things [$sql| SELECT * FROM people |] or [$regex|(a|[bc])|] or [$html| Boo |]... I don't real

Issue 251 in yi-editor: Spell checking

2009-03-16 Thread codesite-noreply
Comment #1 on issue 251 by gwern0: Spell checking http://code.google.com/p/yi-editor/issues/detail?id=251 Well, I think we could definitely use some sort of facility to analyze and modify the buffer while the user isn't doing anything. This would let us do issue #98: the highlighting-kate pa

Issue 253 in yi-editor: Online Help System

2009-03-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 253 by aleks.dimitrov: Online Help System http://code.google.com/p/yi-editor/issues/detail?id=253 This is an issue which has been discussed already on the mailing list. As per Jean-Philippe's request, I'm putting it on the tra

Issue 252 in yi-editor: Nestable highlighters

2009-03-16 Thread codesite-noreply
Status: Accepted Owner: nicolas.pouillard Labels: Type-Enhancement Priority-Medium New issue 252 by nicolas.pouillard: Nestable highlighters http://code.google.com/p/yi-editor/issues/detail?id=252 Example of usage: - Haddock markup in haskell comments - Literate Haskell should just be some comp

patch applied (yi): Paren.hs: Ignore comments when doing layout

2009-03-16 Thread Anders Karlsson
Mon Mar 16 10:55:12 EDT 2009 ande...@student.chalmers.se * Paren.hs: Ignore comments when doing layout Ignore-this: 8e5e1373c6477a5531435725ba667e92 M ./Yi/Syntax/Paren.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com h

Issue 251 in yi-editor: Spell checking

2009-03-16 Thread codesite-noreply
Status: Accepted Owner: nicolas.pouillard Labels: Type-Enhancement Priority-Medium New issue 251 by nicolas.pouillard: Spell checking http://code.google.com/p/yi-editor/issues/detail?id=251 Adding support for spell checking would be very nice. (It's my only excuse for writing emails with vim) H

Re: Yi 0.7 Goals

2009-03-16 Thread Jean-Philippe Bernardy
To everybody: please write down your ideas as issues in the tracker. This will at least give reasonable guarantee that somebody will consider them again in time. If possible, break down into tasks which have benefits by themselves, but are also implementable reasonably fast (a few hours). --~--~-

Issue 34 in yi-editor: Haddock Documentation on hackage

2009-03-16 Thread codesite-noreply
Comment #4 on issue 34 by JeanPhilippe.bernardy: Haddock Documentation on hackage http://code.google.com/p/yi-editor/issues/detail?id=34 "already fixed" according to this ticket: http://hackage.haskell.org/trac/hackage/ticket/494 Indeed, we're just waiting for hackage to upgrade to the latest

patch applied (yi): typo

2009-03-16 Thread Jean-Philippe Bernardy
Mon Mar 16 05:04:46 EDT 2009 jeanphilippe.berna...@gmail.com * typo M ./Yi/Keymap/Emacs/Utils.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~---

patch applied (yi): haddock fix

2009-03-16 Thread Jean-Philippe Bernardy
Mon Mar 16 10:12:54 EDT 2009 jeanphilippe.berna...@gmail.com * haddock fix M ./Yi/UI/Gtk.hs -2 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~---

Re: problem in documentation generation

2009-03-16 Thread Jean-Philippe Bernardy
I've now found the ticket, sorry for bothering. http://hackage.haskell.org/trac/hackage/ticket/494 -- JP On Mon, Mar 16, 2009 at 11:14 AM, Jean-Philippe Bernardy wrote: > Hi, > > If a library depends on the auto-generated Paths module, cabal cannot > generate the documentation: > > eg. > > Prep

Re: Yi 0.7 Goals

2009-03-16 Thread Aleksandar Dimitrov
> This is not so easy to achieve, mostly because of the static nature of > Haskell. > Basically we'd have to annotate all the functions with a runtime > docstring, which is a pain. I'm sorry, I didn't really make it clear what I meant, I was in quite a hurry. Here's the actual idea: Vim (and Em

Re: Yi on Windows?

2009-03-16 Thread Jean-Philippe Bernardy
2009/3/16 Kemps-Benedix Torsten : > I tried to build Yi on Windows some time ago but failed. Has the situation > changed? No. -- JP --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~-

Yi on Windows?

2009-03-16 Thread Kemps-Benedix Torsten
Hello, I tried to build Yi on Windows some time ago but failed. Has the situation changed? Schöne Grüße Torsten Kemps-Benedix (Geschäftsführer) SKS Unternehmensberatung GmbH & Co KG Geheimrat-Hummel-Platz 4 D-65239 Hochheim am Main Germany M +49.163.36017.01 T +49.700.3601

problem in documentation generation

2009-03-16 Thread Jean-Philippe Bernardy
Hi, If a library depends on the auto-generated Paths module, cabal cannot generate the documentation: eg. Preprocessing library yi-0.6.1... Preprocessing executables for yi-0.6.1... cabal: can't find source for module Paths_yi I looked for a ticket about this but could not find anything. Is

Re: Yi 0.7 Goals

2009-03-16 Thread Jean-Philippe Bernardy
On Mon, Mar 16, 2009 at 3:11 AM, Stanisław Pitucha wrote: > > On 15 Mar, 21:32, Jean-Philippe Bernardy > wrote: >> We try to achieve this here:http://code.haskell.org/yi/doc/blog/ >> What do you think should come next? If there are improvements to be >> made, suggestions are welcome. > > What I

Issue 34 in yi-editor: Haddock Documentation on hackage

2009-03-16 Thread codesite-noreply
Updates: Summary: Haddock Documentation on hackage Status: Accepted Owner: JeanPhilippe.bernardy Labels: Component-NotYi Comment #3 on issue 34 by JeanPhilippe.bernardy: Haddock Documentation on hackage http://code.google.com/p/yi-editor/issues/detail?id=34 curr

patch applied (yi): regionOfB := regionOfNonEmptyB

2009-03-16 Thread Jean-Philippe Bernardy
Fri Mar 13 12:40:25 EDT 2009 jeanphilippe.berna...@gmail.com * regionOfB := regionOfNonEmptyB M ./Yi/Buffer/HighLevel.hs -3 +2 M ./Yi/Buffer/Normal.hs -9 +3 M ./Yi/Keymap/Vim.hs -4 +4 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@google

patch applied (yi): more release work

2009-03-16 Thread Jean-Philippe Bernardy
Wed Mar 11 08:36:03 EDT 2009 jeanphilippe.berna...@gmail.com * more release work M ./Contributors.hs +2 M ./doc/blog/Release.text -12 +11 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel