Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 248 by ColinPaulAdams: Can't save initial .yi file
http://code.google.com/p/yi-editor/issues/detail?id=248
What steps will reproduce the problem?
1. Cabal install yi
2. yi
3. edit .yi in temporary emacs mode. C-x C-s
What is
Fri Mar 13 14:54:29 EDT 2009 Nicolas Pouillard
* UI.Vty: use extensible exceptions.
Ignore-this: 9015c4d1c6a20c5566f9e613c0a6f24d
M ./Yi/UI/Vty.hs -6 +7
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/
Tue Mar 10 12:05:51 EDT 2009 Nicolas Pouillard
* Yi.Boot: Shorten encoding/decoding functions.
Ignore-this: 622e3bd835b8f51bceedf6901b2640e1
M ./Yi/Boot.hs -4 +2
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.go
Sat Mar 14 05:37:53 EDT 2009 Nicolas Pouillard
* Activate the reloading function under Mac OS X (still experimental).
Ignore-this: 35a893b5bc4a53c2cfc0ca6a323eea3a
M ./HConf.hs -10
M ./Yi/Boot.hs -1 +3
M ./Yi/Core.hs -1 +1
M ./Yi/UI/Common.hs -2 +2
M ./Yi/UI/Vty.hs -9 +1
Updates:
Status: Accepted
Labels: -Priority-Medium Priority-Critical
Comment #1 on issue 248 by JeanPhilippe.bernardy: Can't save initial .yi
file
http://code.google.com/p/yi-editor/issues/detail?id=248
The current workaround is to try another time, it should work.
--
You rece
Sat Mar 14 06:12:12 EDT 2009 jeanphilippe.berna...@gmail.com
tagged 0.6.0
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~~--~~--~--~---
Sat Mar 14 07:32:30 EDT 2009 jeanphilippe.berna...@gmail.com
* fix bug 248
M ./Yi/Config/Default.hs -1 +1
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~~--~
Sat Mar 14 07:35:11 EDT 2009 jeanphilippe.berna...@gmail.com
* workaround canonicalizePath bug
M ./System/FriendlyPath.hs -2 +26
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--
Sat Mar 14 07:36:40 EDT 2009 jeanphilippe.berna...@gmail.com
* bump version number
M ./yi.cabal -1 +1
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~~--~
Sat Mar 14 07:35:25 EDT 2009 jeanphilippe.berna...@gmail.com
* liftIO -> io
M ./Yi/Dired.hs -16 +16
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~~--~~-
Updates:
Status: Fixed
Comment #2 on issue 248 by JeanPhilippe.bernardy: Can't save initial .yi
file
http://code.google.com/p/yi-editor/issues/detail?id=248
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this
To whom it may concern,
I started playing around with the Yi-editor. I am pretty impressed and
I strongly think of using it regularly from now on. I've got two
questions, I couldn't find any answers on the net.
1) Is there a straight forward way to check, which key-bindings are
currently avai
On Sat, Mar 14, 2009 at 3:02 PM, Thomas Friedrich wrote:
>
> To whom it may concern,
>
> I started playing around with the Yi-editor. I am pretty impressed and
> I strongly think of using it regularly from now on. I've got two
> questions, I couldn't find any answers on the net.
>
> 1) Is ther
Comment #3 on issue 248 by jeffwheeler: Can't save initial .yi file
http://code.google.com/p/yi-editor/issues/detail?id=248
Isn't this correctly an error? Shouldn't he be saving to ~/.yi/yi.hs,
instead?
~/.yi/ _should_ be a directory, I think.
--
You received this message because you are lis
Status: Accepted
Owner: deniz.a.m.dogan
Labels: Type-Enhancement Priority-Low Component-Keymap-emacs Usability
New issue 249 by deniz.a.m.dogan: Add C-h "suffix" keybinding
http://code.google.com/p/yi-editor/issues/detail?id=249
In Emacs, you can hit e.g. `C-x r C-h' to see which keybindings tha
I thought about making a similar change to this, but I didn't because I
don't see how it can be applied to the GTK UI. The GTK UI terminates by
stopping its runloop, but this doesn't actually take effect until control
returns to the runloop (and of course the darwin executeFile blocks that).
And I
Updates:
Status: New
Owner: ---
Comment #1 on issue 249 by deniz.a.m.dogan: Add C-h "suffix" keybinding
http://code.google.com/p/yi-editor/issues/detail?id=249
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields
Kevin Ballard schrieb:
> I thought about making a similar change to this, but I didn't because I
> don't see how it can be applied to the GTK UI. The GTK UI terminates by
> stopping its runloop, but this doesn't actually take effect until control
> returns to the runloop (and of course the darwin
Ignore me, but I wrote:
> Kevin Ballard schrieb:
>> I'll see if I can't fix that now.
>
> Actually, [...]
As it turns out at second glance, what I was babbling about is just what
is fixed by the patch mentioned in the subject line.
--~--~-~--~~~---~--~~
Yi devel
Sat Mar 14 13:14:05 EDT 2009 Kalman Noel
* Fix comments (reloading)
M ./Yi/Boot.hs -4
M ./Yi/UI/Common.hs -1 +1
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~-
Sat Mar 14 12:50:07 EDT 2009 ke...@sb.org
* Fix the GTK and Pango UIs to compile again.
Ignore-this: 95bb97ae619d75028068af0861876f6c
Nicolas Pouillard's patch "Activate the reloading function under Mac OS X
(still experimental)."
changed the type signature for UI.end, but did not upd
Tue Mar 10 19:49:15 EDT 2009 virap...@gmail.com
* Browse command history only if it matches current command prefix
Patch adds possilibity to browse history entries that match current prefix.
Example (vim keymap):
:abc
:qwe
:a <- brings up 'abc', not 'qwe'
Prefix
Sat Mar 14 00:19:45 EDT 2009 ke...@sb.org
* Fix moveTab Nothing to work as documented
M ./Yi/Editor.hs -1 +1
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~~
Sat Mar 14 01:59:00 EDT 2009 ke...@sb.org
* Fail with a nicer error in moveTab
Ignore-this: 15f6da53b660e182e70934bfcb961ed1
M ./Yi/Editor.hs -1 +4
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/
Sat Mar 14 01:59:24 EDT 2009 ke...@sb.org
* Add deleteTabE command
Ignore-this: 1f73b5ee71534c013a0135114bf6e87a
M ./Yi/Editor.hs +11
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~---
Sat Mar 14 01:59:50 EDT 2009 ke...@sb.org
* Implement tab support in the Emacs keymap
Ignore-this: bb0021698ddff534146bac4df4c062f8
The Emacs keymap now supports tab commands with the prefix C-x C-t
The commands are as follows:
C-x C-t t -> new tab
C-x C-t d -> delete tab
C
Tue Mar 10 10:45:20 EDT 2009 ke...@sb.org
* Yi.Keymap.Emacs.Utils: Make promptTag restrict the default value to the
first word
promptTag uses (readUnitB unitWord) to extract the current word as the
default value for the tag to search for. Unfortunately, this catches
non-word character
Comment #4 on issue 248 by JeanPhilippe.bernardy: Can't save initial .yi
file
http://code.google.com/p/yi-editor/issues/detail?id=248
This was due to an obscure but in canonicalizePath, which drops the
filename if the
directory does not exist (!).
--
You received this message because you ar
I think we should come up with a list of plausible goals for the next
release, 0.7. When we've reached these goals, it should be a good time
to release the next version.
I'll start with suggesting two things:
- #249, or something similar, seems plausible.
- Pango is making progress, but there ar
Thus spoke Jeff Wheeler:
>
> I think we should come up with a list of plausible goals for the next
> release, 0.7. When we've reached these goals, it should be a good time
> to release the next version.
Very nice idea, I actually have several ideas, some which will need some further
work though.
On Sat, 2009-03-14 at 21:12 +0100, Александър Л. Димитров wrote:
> An integrated help/documentation system. Similar to Vim's :help and Emacs' C-h
> (if I remember the shortcut correctly) This should equip every command/key
> combination with at least a very small documentation hint, so the user c
Sat Mar 14 16:23:39 EDT 2009 Jeff Wheeler
* Handle mouse-wheel scrolling in Pango
Ignore-this: b9f8dc8d50070c666e51db946f872fc2
M ./Yi/UI/Pango.hs -3 +15
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com
On Sat, Mar 14, 2009 at 8:50 PM, Jeff Wheeler wrote:
>
> I think we should come up with a list of plausible goals for the next
> release, 0.7. When we've reached these goals, it should be a good time
> to release the next version.
>
> I'll start with suggesting two things:
>
> - #249, or somethin
On Sat, Mar 14, 2009 at 9:12 PM, Александър Л. Димитров
wrote:
> An integrated help/documentation system. Similar to Vim's :help and Emacs' C-h
> (if I remember the shortcut correctly) This should equip every command/key
> combination with at least a very small documentation hint, so the user co
2009/3/14 Jean-Philippe Bernardy :
>
> On Sat, Mar 14, 2009 at 9:12 PM, Александър Л. Димитров
> wrote:
>
>> An integrated help/documentation system. Similar to Vim's :help and Emacs'
>> C-h
>> (if I remember the shortcut correctly) This should equip every command/key
>> combination with at leas
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 250 by viraptor: Cursor movement sometimes fails in vim keymap
http://code.google.com/p/yi-editor/issues/detail?id=250
What steps will reproduce the problem?
1. Load a file that takes over 1 screen
2. Go to the beginning of th
Comment #1 on issue 250 by kballard: Cursor movement sometimes fails in vim
keymap
http://code.google.com/p/yi-editor/issues/detail?id=250
I see this happen with any type of movement that can go outside of the
visible window. Quite irritating.
--
You received this message because you are li
Comment #2 on issue 250 by jeffwheeler: Cursor movement sometimes fails in
vim keymap
http://code.google.com/p/yi-editor/issues/detail?id=250
I think a related question is whether it should be possible to have the
point outside
the current display. In my opinion, this should definitely be pe
Updates:
Labels: Milestone-Release0.7
Comment #6 on issue 86 by jeffwheeler: Pango-based UI
http://code.google.com/p/yi-editor/issues/detail?id=86
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this issue, or be
Updates:
Labels: Milestone-Release0.7
Comment #2 on issue 249 by jeffwheeler: Add C-h "suffix" keybinding
http://code.google.com/p/yi-editor/issues/detail?id=249
I'm marking this for 0.7, although I wonder whether it should apply to a
less
specific ticket, instead. For 0.7, I think we
Updates:
Labels: Milestone-Release0.7
Comment #1 on issue 209 by jeffwheeler: Give vim mode access to minibuffer
stuff
http://code.google.com/p/yi-editor/issues/detail?id=209
I would like to revive this ticket, as it inhibits several functions from
being used
within Vim. I think it w
On Sat, 2009-03-14 at 21:53 +0100, David Waern wrote:
> Perhaps yi could just look up the installed Haddock doc string for
> each command? The haddock library provides this ability.
I'm interested in this, but the Haddock docs on Hackage [1] don't seem
to provide much API at all; I haven't used
Comment #3 on issue 250 by kballard: Cursor movement sometimes fails in vim
keymap
http://code.google.com/p/yi-editor/issues/detail?id=250
I should point out that this bug isn't related to the vim keymap - I see it
using the emacs keymap. Also, in
response to having the point outside the win
43 matches
Mail list logo