Issue 174: C-x k should ask from confirmation on modified buffer
http://code.google.com/p/yi-editor/issues/detail?id=174
Comment #1 by allan.clark:
A possible fix for this is to generalise the 'askIndividualSave' function by
abstracting the action which should be taken when there are no more file
On Sat, Aug 30, 2008 at 2:59 AM, Jean-Philippe Bernardy <
[EMAIL PROTECTED]> wrote:
>
> I just created a blog for Yi: http://yi-editor.blogspot.com/
>
> I intend it to be a community blog, so if you want to write something,
> please wave so that I add you as an author.
Sounds great! I signed up
Sun Aug 31 16:47:15 EDT 2008 [EMAIL PROTECTED]
* Small fix for Emacs C-x S, for saving all of the files (ie. the !) command
M ./Yi/Keymap/Emacs/Utils.hs -3 +4
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831204715-62629-97b7dbae07d63517c1f7c279e3eec9398b9e4c0c.gz
Issue 170: query-replace: replace all
http://code.google.com/p/yi-editor/issues/detail?id=170
Comment #2 by allan.clark:
I think this is fixed now.
Issue attribute updates:
Status: Fixed
--
You received this message because you are listed in the owner
or CC fields of this issue, or be
Sun Aug 31 16:27:01 EDT 2008 [EMAIL PROTECTED]
* Implement query/replace all (!) for Emacs
M ./Yi/Keymap/Emacs/Utils.hs -1 +2
M ./Yi/Search.hs -6 +43
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831202701-62629-c4950c5f585962b63fbfae8e9bbe2a2d498b655f.gz
--~-
Sun Aug 31 14:05:38 EDT 2008 [EMAIL PROTECTED]
* emacs: bind C-x s (ask save buffers)
M ./Yi/Keymap/Emacs.hs +2
M ./Yi/Keymap/Emacs/Utils.hs -17 +29
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831180538-9c550-18ce62fae852d288913ea69e1f93c59dd2e09d7a.gz
--~--
Sun Aug 31 14:03:02 EDT 2008 [EMAIL PROTECTED]
* use common mapAdjust
M ./Yi/Buffer/Implementation.hs -6 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831180302-9c550-40bc660e40d9b33ebfd92678fff15ee440ad5828.gz
--~--~-~--~~~---~--~--
Issue 155: Memory Usage in Yi
http://code.google.com/p/yi-editor/issues/detail?id=155
Comment #4 by JeanPhilippe.bernardy:
I plugged some more leaks.
Memory behavior looks really decent, as long as you don't close buffers :/
Profiling says some parsing data is not freed after a buffer is closed
Sun Aug 31 11:19:32 EDT 2008 [EMAIL PROTECTED]
* make more things strict (fixing leaks)
M ./Yi/Editor.hs -2 +4
M ./Yi/History.hs -3 +5
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831151932-9c550-95f30646ede3916565ae107fae345fefb99ce489.gz
--~--~-~--~
Sun Aug 31 11:20:03 EDT 2008 [EMAIL PROTECTED]
* use nubSet in auto completer
M ./Yi/TextCompletion.hs -5 +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831152003-9c550-112e1145e2741dc0e5fcc563c517b9bafd9dc66f.gz
--~--~-~--~~~---~--~-
Sun Aug 31 11:18:44 EDT 2008 [EMAIL PROTECTED]
* more strict versions of map modifications, into Yi.Prelude
M ./Yi/Prelude.hs -2 +22
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831151844-9c550-aa3a386277bf9f9c15c49db794a0de56a27cfc11.gz
--~--~-~--~~-
Sun Aug 31 10:36:30 EDT 2008 [EMAIL PROTECTED]
* tiny tweaks
M ./Yi/Keymap/Emacs/Utils.hs +1
M ./Yi/Mode/Compilation.hs +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831143630-9c550-7a43a1b37b011613f4ab1c7952f59352b9eaf23e.gz
--~--~-~--~~---
Sun Aug 31 10:36:03 EDT 2008 [EMAIL PROTECTED]
* make a few more things strict; fixing leaks
M ./Yi/Buffer/Implementation.hs -10 +11
M ./Yi/Editor.hs -4 +4
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831143603-9c550-071cf8cfdd70d64934adb8a8fb056efb7a7f8f56.gz
Issue 174: C-x k should ask from confirmation on modified buffer
http://code.google.com/p/yi-editor/issues/detail?id=174
New issue report by JeanPhilippe.bernardy:
see summary
Issue attributes:
Status: Accepted
Owner: JeanPhilippe.bernardy
Labels: Type-Defect Priority-Me
Sun Aug 31 09:19:55 EDT 2008 [EMAIL PROTECTED]
* make sure stderr/stdin are correctly interleaved in subProcesses
M ./Yi/Core.hs -3 +3
M ./Yi/Process.hs -10 +37
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831131955-9c550-04355f553903278478318040b78f75aff9e5e4
> Cool! Have you added it to Planet Haskell?
No: Planet Haskell says that it must have content before addition.
If somebody wants to write an introductory entry they are more than welcome ;)
Cheers,
JP.
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@
Cool! Have you added it to Planet Haskell?
-chris
On 30 aug 2008, at 11:59, Jean-Philippe Bernardy wrote:
>
> I just created a blog for Yi: http://yi-editor.blogspot.com/
>
> I intend it to be a community blog, so if you want to write something,
> please wave so that I add you as an author.
>
>
Issue 172: Current Darcs Yi 0.4.4 requires old version 2.1.x of parsec
package
http://code.google.com/p/yi-editor/issues/detail?id=172
Comment #3 by grddev:
The HOC packages are not dependent on the older version of Parsec.
Upgrading parsec and then reinstalling the HOC libraries should do
the
Issue 173: bind C-x s
http://code.google.com/p/yi-editor/issues/detail?id=173
New issue report by JeanPhilippe.bernardy:
C-x s should prompt saving all unsaved files
Issue attributes:
Status: Accepted
Owner: JeanPhilippe.bernardy
Labels: Type-Enhancement Priority-Medium
Sun Aug 31 03:05:51 EDT 2008 [EMAIL PROTECTED]
* use unix-compat package to cleanup Dired windows-specific code
M ./Yi/Dired.hs -50 +3
M ./yi.cabal +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080831070551-9c550-578e9d4e38c1bd875d7d5db4d5ee6ed8c2f0c71c.gz
--~
20 matches
Mail list logo