[PATCH] (Draft3) Make X11 server-side fonts and Mule suck less.

stephen at xemacs.org stephen at xemacs.org
Sun Nov 5 21:22:31 EST 2006


Aidan Kehoe writes:

 > They’re already commented out--they’re just commentary on GNU Emacs’
 > approach to implementing Unicode. I’ve replaced them with a clearer
 > description of GNU’s approach and how ours differs. 

I know they're commented out, but as I said, I've seen code that uses
those charsets in the wild.  If and when we get a bug report on that,
I'd rather have that code in an obvious place.

 > I did an indent-region on the file, then restored the docstrings to where
 > they were initially. There are a few changes that resulted from that, but
 > not many--hopefully I didn’t miss the reformatting you wanted. 

Something's weird, then, because in the patch you posted there were a
lot of repeated braces at the same indent level, as

    code;
  }
  }

Are you saying you've since reformatted that to

        code;
      }
  }

?



More information about the XEmacs-Patches mailing list