Bug#560755: Potential patch to fix this bug

2009-12-13 Thread Kumar Appaiah
On Sun, Dec 13, 2009 at 05:22:47PM +0100, Jakub Wilk wrote: > * Jakub Wilk , 2009-12-12, 19:49: >>> I have a potential fix for this bug. My approach is based on the >>> premise that the make-temp-file function provided from Emacs 22 >>> onwards is safe. So, I backport the method to the rst.el file,

Bug#560755: Potential patch to fix this bug

2009-12-13 Thread Jakub Wilk
* Jakub Wilk , 2009-12-12, 19:49: I have a potential fix for this bug. My approach is based on the premise that the make-temp-file function provided from Emacs 22 onwards is safe. So, I backport the method to the rst.el file, and bind it to the symbol rst--make-temp-file as follows: Thank you v

Bug#560755: Potential patch to fix this bug

2009-12-12 Thread Jakub Wilk
* Kumar Appaiah , 2009-12-12, 11:38: I have a potential fix for this bug. My approach is based on the premise that the make-temp-file function provided from Emacs 22 onwards is safe. So, I backport the method to the rst.el file, and bind it to the symbol rst--make-temp-file as follows: Thank yo

Bug#560755: Potential patch to fix this bug

2009-12-12 Thread Kumar Appaiah
tags 560755 + patch thanks Hi! I have a potential fix for this bug. My approach is based on the premise that the make-temp-file function provided from Emacs 22 onwards is safe. So, I backport the method to the rst.el file, and bind it to the symbol rst--make-temp-file as follows: - If the Emacs