Re: switch /usr/share/locale to different layout

2013-05-30 Thread Andres Perera
On Thu, May 30, 2013 at 11:49 PM, Stefan Sperling wrote: > On Thu, May 30, 2013 at 05:18:48PM -0430, Andres Perera wrote: >> As I mentioned, there's code that expects the prior layout, and that's >> confusing. >> >> on src/lib/libc/locale/setlocale.c, load_locale_sub() : >> >>228 len

Re: switch /usr/share/locale to different layout

2013-05-30 Thread Stefan Sperling
On Thu, May 30, 2013 at 05:18:48PM -0430, Andres Perera wrote: > As I mentioned, there's code that expects the prior layout, and that's > confusing. > > on src/lib/libc/locale/setlocale.c, load_locale_sub() : > >228 len = snprintf(name, sizeof(name), "%s/%s/%s", >229

Re: switch /usr/share/locale to different layout

2013-05-30 Thread Andres Perera
On Thu, May 30, 2013 at 3:35 PM, Stefan Sperling wrote: > I've received several requests for adding new locale names, > both on this list, and off-list, from several people. > > I've been trying to find a way to keep /usr/share/locale reasonably > clean while also allowing people to use their pref

Re: switch /usr/share/locale to different layout

2013-05-30 Thread Antoine Jacoutot
On Thu, May 30, 2013 at 10:05:45PM +0200, Stefan Sperling wrote: > I've received several requests for adding new locale names, > both on this list, and off-list, from several people. > > I've been trying to find a way to keep /usr/share/locale reasonably > clean while also allowing people to use t

switch /usr/share/locale to different layout

2013-05-30 Thread Stefan Sperling
I've received several requests for adding new locale names, both on this list, and off-list, from several people. I've been trying to find a way to keep /usr/share/locale reasonably clean while also allowing people to use their preferred locale names. Currently, the list of supported locale names

mg(1) visible/audible bell control

2013-05-30 Thread Mark Lumsden
This diff adds the capability to toggle on and off the system bell within mg via the 'audible-bell' command. It also introduces the 'visible-bell' command: the modeline will flash instead. However, both can be used together, if so desired. Comments/oks? -lum Index: Makefile

Re: Bug with setlocale and __mb_cur_max

2013-05-30 Thread Stefan Sperling
On Fri, May 03, 2013 at 05:05:10PM +0200, Stefan Sperling wrote: > On Sun, Apr 28, 2013 at 08:12:31AM -0500, Vladimir Támara Patiño wrote: > > reordering of #includes in setrunelocale.c to comply > > better with style (9). > Looks good, but why are you adding citrus_ctype_local.h? > > citrus_ctyp