Hallöchen!

I suggest two renamings of unit abbreviations in calc-units.el, in
the attached patch.

"pt" should become "pint" in order to make room for the typographic
point (pt).  I think this is more practical since the latter is much
more significant for calc usage, and its current abbreviation "tpt"
isn't used outside calc.

Secondly, "point" should be renamed "bp" (big point).  It's not
*the* point after all (but an invention by Adobe, as far as I know).

Tschö,
Torsten.

Index: calc-units.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-units.el,v
retrieving revision 1.19
diff -c -r1.19 calc-units.el
*** calc-units.el	18 Sep 2005 12:42:35 -0000	1.19
--- calc-units.el	15 Oct 2005 17:22:04 -0000
***************
*** 59,66 ****
      ( fath    "6 ft"		     "Fathom" )
      ( u       "1 um"		     "Micron" )
      ( mil     "in/1000"	     "Mil" )
!     ( point   "in/72"		     "Point (1/72 inch)" )
!     ( tpt     "in/72.27"	     "Point (TeX conventions)" )
      ( Ang     "1e-10 m"	     "Angstrom" )
      ( mfi     "mi+ft+in"	     "Miles + feet + inches" )
  
--- 59,66 ----
      ( fath    "6 ft"		     "Fathom" )
      ( u       "1 um"		     "Micron" )
      ( mil     "in/1000"	     "Mil" )
!     ( bp      "in/72"		     "Big point (1/72 inch)" )
!     ( pt      "in/72.27"	     "Typographic point" )
      ( Ang     "1e-10 m"	     "Angstrom" )
      ( mfi     "mi+ft+in"	     "Miles + feet + inches" )
  
***************
*** 74,80 ****
      ( L       "1e-3 m^3"	     "Liter" )
      ( gal     "4 qt"		     "US Gallon" )
      ( qt      "2 pt"		     "Quart" )
!     ( pt      "2 cup"		     "Pint" )
      ( cup     "8 ozfl"		     "Cup" )
      ( ozfl    "2 tbsp"		     "Fluid Ounce" )
      ( floz    "2 tbsp"		     "Fluid Ounce" )
--- 74,80 ----
      ( L       "1e-3 m^3"	     "Liter" )
      ( gal     "4 qt"		     "US Gallon" )
      ( qt      "2 pt"		     "Quart" )
!     ( pint    "2 cup"		     "Pint" )
      ( cup     "8 ozfl"		     "Cup" )
      ( ozfl    "2 tbsp"		     "Fluid Ounce" )
      ( floz    "2 tbsp"		     "Fluid Ounce" )
-- 
Torsten Bronger, aquisgrana, europa vetus            ICQ 264-296-646
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to