KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q37072: meta Anomalous Behavior

Article: Q37072
Product(s): See article
Version(s): 1.00   | 1.00
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | buglist1.00 | mspl13_basic
Last Modified: 31-OCT-1988

The following macros written for the M editor exhibit anomalous
behavior for the function modifier meta. It appears that meta cannot
modify itself, as demonstrated by the following macros.

Microsoft has confirmed this to be a problem in Version 1.00. We are
researching this problem and will post new information as it becomes
available.

Consider the following macros:

   MetaTest:= meta meta +> "meta off"=>0 :>1 "meta on":>0
   MetaTest:alt+0
   ; the above macro is supposed to check to see if the function
   ; modifier meta, invoked by the F9 key, is on or off. Compare
   ; the results of this macro with the macro immediately following.
   MetaTest1:= meta +> "meta off"=>0 :>1 "meta on":>0
   MetaTest1:alt+1
   ; the MetaTest1 macro fails to differ from the MetaTest macro in
   ; a significant manner. in contrast, consider the following
   ; macro, employing the insetmode function modifier.
   InsertTest:=insertmode insertmode +> "ins off"=>0 :>1 "ins on":>0
   InsertTest:alt+2.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.