patch applied (yi): Don't show mini buffer titles for tabs or windows

2009-07-18 Thread Jeff Wheeler
Sat Jul 18 22:55:09 EDT 2009 Jeff Wheeler * Don't show mini buffer titles for tabs or windows Ignore-this: f13b34599c9545d22e5e9d60f47b9e09 M ./src/Yi/UI/Pango.hs -2 +4 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://gr

patch applied (yi): Use a proper Gtk Statusbar, rather than just a label

2009-07-18 Thread Jeff Wheeler
Sat Jul 18 18:35:40 EDT 2009 Jeff Wheeler * Use a proper Gtk Statusbar, rather than just a label Ignore-this: 434a6f538c2035aca2d16995ef609692 M ./src/Yi/UI/Pango.hs -18 +20 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http

patch applied (yi): Add doc/monads.html, which documents how to run actions in different contexts

2009-07-18 Thread Jeff Wheeler
Sat Jul 18 18:16:18 EDT 2009 Jeff Wheeler * Add doc/monads.html, which documents how to run actions in different contexts Ignore-this: 75b3a6f0a2b1349f6e2c4129c17339fa I'd love if somebody with a better understanding of these monads could mark out which cases are impossible. A ./

Issue 279 in yi-editor: Display corrupted in vty mode (konsole)

2009-07-18 Thread codesite-noreply
Comment #5 on issue 279 by coreyoconnor: Display corrupted in vty mode (konsole) http://code.google.com/p/yi-editor/issues/detail?id=279 Might be a bug in vty as well. Although since konsole correctly displayed the -> character I'm not sure what in vty would cause the bug. The -> character

Re: patch applied (yi): Char.Unicode: add superscripts

2009-07-18 Thread Jean-Philippe Bernardy
On Sat, Jul 18, 2009 at 8:38 PM, Nicolas Pouillard wrote: > However I tend to prefer using XCompose now, and I use Yi.Char.Unicode to > generate a part of my .XCompose file. This is excellent, I never thought of that :) Does this work under OSX? Cheers, JP. --~--~-~--~~---

Re: patch applied (yi): Char.Unicode: add superscripts

2009-07-18 Thread Jeff Wheeler
On Sat, Jul 18, 2009 at 1:38 PM, Nicolas Pouillard wrote: > Have a look at mine (Ertai) around line 85 there is: > >  extraInput = ctrl (char ']') ?>> mkInputMethod mySymbols > > However I tend to prefer using XCompose now, and I use Yi.Char.Unicode to > generate a part of my .XCompose file. Oh,

Re: patch applied (yi): Char.Unicode: add superscripts

2009-07-18 Thread Nicolas Pouillard
Excerpts from Jeff Wheeler's message of Sat Jul 18 20:26:16 +0200 2009: > > On Jul 18, 12:57 pm, Nicolas Pouillard > wrote: > > > Sat Jul 18 13:54:01 EDT 2009  Nicolas Pouillard > > > >   * Char.Unicode: add superscripts > >   Ignore-this: 5d6b5ce01b91364604bd02b27231e191 > > > >     M ./src/

Re: patch applied (yi): Char.Unicode: add superscripts

2009-07-18 Thread Jeff Wheeler
On Jul 18, 12:57 pm, Nicolas Pouillard wrote: > Sat Jul 18 13:54:01 EDT 2009  Nicolas Pouillard >   * Char.Unicode: add superscripts >   Ignore-this: 5d6b5ce01b91364604bd02b27231e191 > >     M ./src/Yi/Char/Unicode.hs -4 +5 What keymap do you use to integrate this into Vim? Looking at JPB's co

patch applied (yi): Char.Unicode: add superscripts

2009-07-18 Thread Nicolas Pouillard
Sat Jul 18 13:54:01 EDT 2009 Nicolas Pouillard * Char.Unicode: add superscripts Ignore-this: 5d6b5ce01b91364604bd02b27231e191 M ./src/Yi/Char/Unicode.hs -4 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.googl

patch applied (yi): Move haskell source files into src/

2009-07-18 Thread Jeff Wheeler
Sat Jul 18 11:18:03 EDT 2009 Jeff Wheeler * Move haskell source files into src/ Ignore-this: 397bcfe14a6774159d408b76ed67f74c I think this greatly simplifies the structure of the base directory, since we had so many source directories in the root. ./Data -> ./src/Data ./Dumm

Re: patch applied (yi): Integrate Jeff's scion bindings

2009-07-18 Thread Thomas Schilling
On 18 Jul 2009, at 09:12, Jeff Wheeler wrote: On Sat, Jul 18, 2009 at 2:58 AM, Jean-Philippe Bernardy wrote: Do you know if ScionM has side effects? ie. If I load a file in one Scion action, will it still available for future actions? What if I load a cabal project? They shouldn't, accordi

Issue 279 in yi-editor: Display corrupted in vty mode (konsole)

2009-07-18 Thread codesite-noreply
Comment #4 on issue 279 by greenrd: Display corrupted in vty mode (konsole) http://code.google.com/p/yi-editor/issues/detail?id=279 Filed at https://bugzilla.redhat.com/show_bug.cgi?id=512481 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: patch applied (yi): Show modeline in Pango

2009-07-18 Thread Jean-Philippe Bernardy
On Sat, Jul 18, 2009 at 10:13 AM, Jeff Wheeler wrote: > > On Sat, Jul 18, 2009 at 3:00 AM, Jean-Philippe > Bernardy wrote: > >> I guess modelines should be updated at the same time the text is updated? > > Yep, I already pushed a fix for this. Unfortunately, I forgot to ping > this thread again. S

Re: patch applied (yi): Show modeline in Pango

2009-07-18 Thread Jeff Wheeler
On Sat, Jul 18, 2009 at 3:00 AM, Jean-Philippe Bernardy wrote: > I guess modelines should be updated at the same time the text is updated? Yep, I already pushed a fix for this. Unfortunately, I forgot to ping this thread again. Sorry about that. Jeff Wheeler --~--~-~--~~---

Re: patch applied (yi): Integrate Jeff's scion bindings

2009-07-18 Thread Jeff Wheeler
On Sat, Jul 18, 2009 at 2:58 AM, Jean-Philippe Bernardy wrote: > Do you know if ScionM has side effects? ie. If I load a file in one > Scion action, will it still available for future actions? > What if I load a cabal project? They shouldn't, according to nominolo. If we want them to do so, then

Re: patch applied (yi): Show modeline in Pango

2009-07-18 Thread Jean-Philippe Bernardy
I guess modelines should be updated at the same time the text is updated? On Sat, Jul 18, 2009 at 4:54 AM, Jeff Wheeler wrote: > > And I just realized that this doesn't refresh when the user moves > about within the file, because it's only set at window creation. I'm > trying to update it so that

Re: patch applied (yi): Integrate Jeff's scion bindings

2009-07-18 Thread Jean-Philippe Bernardy
On Sat, Jul 18, 2009 at 12:39 AM, Jeff Wheeler wrote: > > This is great; thanks! > I guess the fun part is ahead... :) Do you know if ScionM has side effects? ie. If I load a file in one Scion action, will it still available for future actions? What if I load a cabal project? Cheers, JP. --~--

Issue 280 in yi-editor: Globally track insertion vs. command modes, to select logical cursor

2009-07-18 Thread codesite-noreply
Comment #4 on issue 280 by JeanPhilippe.bernardy: Globally track insertion vs. command modes, to select logical cursor http://code.google.com/p/yi-editor/issues/detail?id=280 I'd rather name the field "cursorType" than "command/insertion" mode. This way it can be used for other modes. (Argua

Issue 280 in yi-editor: Globally track insertion vs. command modes, to select logical cursor

2009-07-18 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 280 by jeffwheeler: Globally track insertion vs. command modes, to select logical cursor http://code.google.com/p/yi-editor/issues/detail?id=280 This was way simpler than I expected. Commit. Emacs support still isn't perfect, and is a bit hac

Issue 279 in yi-editor: Display corrupted in vty mode (konsole)

2009-07-18 Thread codesite-noreply
Updates: Summary: Display corrupted in vty mode (konsole) Status: Accepted Labels: Component-NotYi Comment #3 on issue 279 by JeanPhilippe.bernardy: Display corrupted in vty mode (konsole) http://code.google.com/p/yi-editor/issues/detail?id=279 (No comment was entered f

patch applied (yi): Store "inserting" attribute in buffer's Attributes

2009-07-18 Thread Jeff Wheeler
Sat Jul 18 03:42:50 EDT 2009 Jeff Wheeler * Store "inserting" attribute in buffer's Attributes Ignore-this: cb3a7bef598aff38f408bda712863b85 M ./Yi/Buffer/Misc.hs -4 +13 M ./Yi/Keymap/Emacs.hs -1 +1 M ./Yi/Keymap/Vim.hs -1 +2 M ./Yi/MiniBuffer.hs -1 +2 M ./Yi/UI/Pango.hs

patch applied (yi): Small -Wall

2009-07-18 Thread Jeff Wheeler
Sat Jul 18 03:42:26 EDT 2009 Jeff Wheeler * Small -Wall Ignore-this: a4db1393555aeb3d87a84e7c137d1db6 M ./Yi/Buffer/HighLevel.hs -2 +2 M ./Yi/Buffer/Normal.hs +1 M ./Yi/UI/Pango.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@